aboutsummaryrefslogtreecommitdiff
path: root/src/settingswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingswidget.h')
-rw-r--r--src/settingswidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settingswidget.h b/src/settingswidget.h
index 737b987..ff33b04 100644
--- a/src/settingswidget.h
+++ b/src/settingswidget.h
@@ -26,6 +26,8 @@ signals:
void init_lock();
void dictChanged(QString dict);
void spellCheckChanged(bool checked);
+ void notificationPopupTimeOutChanged();
+
public:
explicit SettingsWidget(QWidget *parent = nullptr,QString engineCachePath = "",
QString enginePersistentStoragePath = "");
@@ -73,6 +75,8 @@ private slots:
void on_showPermissionsButton_clicked();
+ void on_notificationTimeOutspinBox_valueChanged(int arg1);
+
private:
Ui::SettingsWidget *ui;
QString engineCachePath,enginePersistentStoragePath;