diff options
author | 2021-04-10 21:55:22 +0530 | |
---|---|---|
committer | 2021-04-10 21:55:22 +0530 | |
commit | 7bc9214b73a3b593233d87e17b9d8bf1a82155c9 (patch) | |
tree | 7ae3a20396f4e03029121337ded08d66844feca8 /src/settingswidget.h | |
parent | 8af3b6ba89d6a97e82892f63de0fc97af3d53064 (diff) | |
download | whatsie-7bc9214b73a3b593233d87e17b9d8bf1a82155c9.tar.gz whatsie-7bc9214b73a3b593233d87e17b9d8bf1a82155c9.zip |
added permission dialog in settings window
Diffstat (limited to 'src/settingswidget.h')
-rw-r--r-- | src/settingswidget.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/settingswidget.h b/src/settingswidget.h index e126930..737b987 100644 --- a/src/settingswidget.h +++ b/src/settingswidget.h @@ -5,6 +5,8 @@ #include <QSettings> #include "utils.h" +#include "permissiondialog.h" + namespace Ui { @@ -58,8 +60,6 @@ private slots: void on_autoPlayMediaCheckBox_toggled(bool checked); - void on_disableVideosCheckBox_toggled(bool checked); - void on_closeButtonActionComboBox_currentIndexChanged(int index); void on_applock_checkbox_toggled(bool checked); @@ -70,6 +70,9 @@ private slots: void on_showShortcutsButton_clicked(); + void on_showPermissionsButton_clicked(); + + private: Ui::SettingsWidget *ui; QString engineCachePath,enginePersistentStoragePath; |