ui: qt windowicon added

This commit is contained in:
Andreas Stallinger
2015-03-11 11:16:49 +01:00
parent 9b3f9ebdbf
commit 5a259ed7c7
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

+1 -1
View File
@@ -25,7 +25,7 @@ QtMainWindow::QtMainWindow()
setObjectName("QtMainWindow");
setCentralWidget(nullptr);
setDockNestingEnabled(true);
setWindowIcon(QIcon("./data/logo_1024_1024.png"));
setupProjectMenu();
setupEditMenu();
setupViewMenu();