diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-25 23:00:16 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:05 -0500 |
| commit | 8987693dcf7dc116361869f128fd443716511f0c (patch) | |
| tree | 43ea4245c62be7420a161670e9cc4fe6e3d2516a /src/createinstancedialogpages.h | |
| parent | 0f0313874aa90c66acaac9082f5ba6fbd29300ef (diff) | |
added hide option for intro page in create instance dialog
Diffstat (limited to 'src/createinstancedialogpages.h')
| -rw-r--r-- | src/createinstancedialogpages.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/createinstancedialogpages.h b/src/createinstancedialogpages.h index 15e63a8f..b8366234 100644 --- a/src/createinstancedialogpages.h +++ b/src/createinstancedialogpages.h @@ -53,10 +53,12 @@ protected: }; -class InfoPage : public Page +class IntroPage : public Page { public: - InfoPage(CreateInstanceDialog& dlg); + IntroPage(CreateInstanceDialog& dlg); + + bool skip() const override; }; |
