diff options
author | Saturn&Eric <[email protected]> | 2022-07-23 14:54:51 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-23 14:54:51 +0000 |
commit | b244320b2d228189767aa6d59febceb6b64527fb (patch) | |
tree | 179d34e2a3e84231fad72c4bbe9f74673d0b74d0 /src/ui/dialog/settings/SettingsDialog.h | |
parent | Merge pull request #68 from saturneric/develop-2.0.8 (diff) | |
parent | feat(project): add rpm package support (diff) | |
download | GpgFrontend-2.0.9.tar.gz GpgFrontend-2.0.9.zip |
Merge pull request #70 from saturneric/dev/2.0.8/saturnericv2.0.9
Develop 2.0.9.1
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | src/ui/dialog/settings/SettingsDialog.h (renamed from src/ui/settings/SettingsDialog.h) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/settings/SettingsDialog.h b/src/ui/dialog/settings/SettingsDialog.h index e123cc6c..172370d0 100755..100644 --- a/src/ui/settings/SettingsDialog.h +++ b/src/ui/dialog/settings/SettingsDialog.h @@ -30,6 +30,7 @@ #define __SETTINGSDIALOG_H__ #include "ui/GpgFrontendUI.h" +#include "ui/dialog/GeneralDialog.h" #include "ui/widgets/KeyList.h" namespace GpgFrontend::UI { @@ -43,7 +44,7 @@ class NetworkTab; * @brief * */ -class SettingsDialog : public QDialog { +class SettingsDialog : public GeneralDialog { Q_OBJECT public: @@ -54,7 +55,7 @@ class SettingsDialog : public QDialog { */ explicit SettingsDialog(QWidget* parent = nullptr); - GeneralTab* general_tab_; ///< + GeneralTab* general_tab_; ///< AppearanceTab* appearance_tab_; ///< KeyserverTab* key_server_tab_; ///< NetworkTab* network_tab_; ///< |