diff options
author | Saturneric <[email protected]> | 2021-12-02 19:49:32 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-02 19:49:32 +0000 |
commit | 6027b6098ac4e8dfdc75fc08e3f5d3b3b2997ef3 (patch) | |
tree | a399d2c830dadf6750ddb44a69309b443255846c /src/ui/Wizard.h | |
parent | Modified & Improve (diff) | |
download | GpgFrontend-6027b6098ac4e8dfdc75fc08e3f5d3b3b2997ef3.tar.gz GpgFrontend-6027b6098ac4e8dfdc75fc08e3f5d3b3b2997ef3.zip |
Fix and Modified.
1. Fix known issues.
2. Modified Settings.
3. Modified parts of modules.
Diffstat (limited to '')
-rw-r--r-- | src/ui/Wizard.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/ui/Wizard.h b/src/ui/Wizard.h index 62fc1a41..5a66fb6e 100644 --- a/src/ui/Wizard.h +++ b/src/ui/Wizard.h @@ -38,19 +38,9 @@ class Wizard : public QWizard { Q_ENUMS(WizardPages) public: - enum WizardPages { - Page_Intro, - Page_Choose, - Page_ImportFromGpg4usb, - Page_ImportFromGnupg, - Page_GenKey, - Page_Conclusion - }; + enum WizardPages { Page_Intro, Page_Choose, Page_GenKey, Page_Conclusion }; - Wizard(KeyMgmt* keyMgmt, QWidget* parent = nullptr); - - private: - KeyMgmt* mKeyMgmt; + Wizard(QWidget* parent = nullptr); private slots: |