diff options
Diffstat (limited to 'src/plugins/genericprojectmanager/filesselectionwizardpage.cpp')
-rw-r--r-- | src/plugins/genericprojectmanager/filesselectionwizardpage.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/genericprojectmanager/filesselectionwizardpage.cpp b/src/plugins/genericprojectmanager/filesselectionwizardpage.cpp index e22ddd878b..ba7f67f5f5 100644 --- a/src/plugins/genericprojectmanager/filesselectionwizardpage.cpp +++ b/src/plugins/genericprojectmanager/filesselectionwizardpage.cpp @@ -36,6 +36,8 @@ #include <coreplugin/icore.h> #include <projectexplorer/selectablefilesmodel.h> +#include <utils/wizard.h> + #include <QVBoxLayout> #include <QLineEdit> #include <QPushButton> @@ -61,6 +63,8 @@ FilesSelectionWizardPage::FilesSelectionWizardPage(GenericProjectWizardDialog *g layout->addWidget(m_view); layout->addWidget(m_label); + + setProperty(Utils::SHORT_TITLE_PROPERTY, tr("Files")); } void FilesSelectionWizardPage::createHideFileFilterControls(QVBoxLayout *layout) |