diff options
Diffstat (limited to 'include/ui/Wizard.h')
-rw-r--r-- | include/ui/Wizard.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ui/Wizard.h b/include/ui/Wizard.h index da6fdf05..b2451bf2 100644 --- a/include/ui/Wizard.h +++ b/include/ui/Wizard.h @@ -55,6 +55,8 @@ public: private: GpgME::GpgContext *mCtx; KeyMgmt *mKeyMgmt; + QString appPath; + QSettings settings; private slots: @@ -75,6 +77,10 @@ public: [[nodiscard]] int nextId() const override; +private: + QString appPath; + QSettings settings; + private slots: void slotLangChange(const QString& lang); @@ -114,6 +120,9 @@ private slots: private: [[nodiscard]] int nextId() const override; + QString appPath; + QSettings settings; + KeyMgmt *mKeyMgmt; GpgME::GpgContext *mCtx; QCheckBox *gpg4usbKeyCheckBox; |