#6345 Convert MainWindow::saveSettings to a slot
This commit is contained in:
parent
88bf4b2e47
commit
3cb7a5c101
|
@ -149,6 +149,7 @@ public slots:
|
|||
void logError();
|
||||
void updateFound(const QString& version);
|
||||
void bonjourInstallFinished();
|
||||
void saveSettings();
|
||||
|
||||
protected:
|
||||
QSettings& settings() { return m_Settings; }
|
||||
|
@ -160,7 +161,6 @@ public slots:
|
|||
void createStatusBar();
|
||||
void createTrayIcon();
|
||||
void loadSettings();
|
||||
void saveSettings();
|
||||
void setIcon(qSynergyState state);
|
||||
void setSynergyState(qSynergyState state);
|
||||
bool checkForApp(int which, QString& app);
|
||||
|
|
Loading…
Reference in New Issue