From 9b609a3a2c75af178538377d4d75beef8724f48d Mon Sep 17 00:00:00 2001 From: keshavbhatt Date: Mon, 3 May 2021 16:55:02 +0530 Subject: -added flag icons to spell checker language combobox items, -added automatic theme switching capabilities. --- src/settingswidget.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/settingswidget.h') 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 -- cgit v1.2.3