Qt: fix fullscreen icon

This commit is contained in:
Unknown
2017-10-07 18:06:36 +02:00
committed by Ivan
parent b7f6bd4c91
commit 78ef467138
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -90,6 +90,7 @@ private Q_SLOTS:
void DecryptSPRXLibraries();
void SaveWindowState();
void ConfigureGuiFromSettings(bool configure_all = false);
protected:
void closeEvent(QCloseEvent *event) override;
@@ -107,7 +108,6 @@ private:
void CreateActions();
void CreateConnects();
void CreateDockWindows();
void ConfigureGuiFromSettings(bool configureAll = false);
void EnableMenus(bool enabled);
void InstallPkg(const QString& dropPath = "");
void InstallPup(const QString& dropPath = "");