Minimize-On-Startup: add function to minimize mainwindow if all four tray settings are true

This commit is contained in:
Frank Nießen 2015-10-08 19:25:42 +02:00
parent 0f0af12353
commit 3cf1a16398
2 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,7 @@ class MainWindow : public QMainWindow
public:
MainWindow();
~MainWindow();
void configuredMinimizeWindow();
public Q_SLOTS:
void openDatabase(const QString& fileName, const QString& pw = QString(),