renamed the logo files to icon instead
This commit is contained in:
parent
d21f309d61
commit
c7c9966fa3
Before ![]() (image error) Size: 3.7 KiB After ![]() (image error) Size: 3.7 KiB ![]() ![]() |
Before (image error) Size: 111 KiB After (image error) Size: 111 KiB |
|
@ -24,7 +24,7 @@
|
|||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
app.setWindowIcon(QIcon("../logo.png"));
|
||||
app.setWindowIcon(QIcon("icon.png"));
|
||||
|
||||
MainWindow window;
|
||||
window.show();
|
||||
|
|
Loading…
Reference in New Issue