diff options
Diffstat (limited to 'application/setupwizard/LanguageWizardPage.h')
-rw-r--r-- | application/setupwizard/LanguageWizardPage.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/application/setupwizard/LanguageWizardPage.h b/application/setupwizard/LanguageWizardPage.h index 866f81c3..bfc02c95 100644 --- a/application/setupwizard/LanguageWizardPage.h +++ b/application/setupwizard/LanguageWizardPage.h @@ -3,7 +3,8 @@ #include "BaseWizardPage.h" class QVBoxLayout; -class QListView; +class QTreeView; +class QLabel; class LanguageWizardPage : public BaseWizardPage { @@ -27,5 +28,6 @@ protected slots: private: QVBoxLayout *verticalLayout = nullptr; - QListView *languageView = nullptr; + QTreeView *languageView = nullptr; + QLabel *helpUsLabel = nullptr; }; |