aboutsummaryrefslogtreecommitdiff
path: root/src/settingswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingswidget.h')
-rw-r--r--src/settingswidget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settingswidget.h b/src/settingswidget.h
index b952d2d..300b7e3 100644
--- a/src/settingswidget.h
+++ b/src/settingswidget.h
@@ -82,10 +82,15 @@ private slots:
void on_tryNotification_clicked();
+ void on_automaticThemeCheckBox_toggled(bool checked);
+
+ void updateAutomaticTheme();
+ void themeSwitchTimerTimeout();
private:
Ui::SettingsWidget *ui;
QString engineCachePath,enginePersistentStoragePath;
QSettings settings;
+ QTimer *themeSwitchTimer;
};
#endif // SETTINGSWIDGET_H