renamed the logo files to icon instead
This commit is contained in:
parent
d21f309d61
commit
c7c9966fa3
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 111 KiB After Width: | Height: | 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