mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 06:05:08 +08:00
#6345 Convert MainWindow::saveSettings to a slot
This commit is contained in:
committed by
Nick Bolton
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);
|
||||
|
||||
Reference in New Issue
Block a user