forked from qt-creator/qt-creator
add hideProjectUi property to summary page
Change-Id: Ibd46848e2d91d5183b7eb77b910a7be59fed3b91 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -47,6 +47,7 @@ class JsonSummaryPage : public Internal::ProjectWizardPage
|
||||
|
||||
public:
|
||||
JsonSummaryPage(QWidget *parent = 0);
|
||||
void setHideProjectUiValue(const QVariant &hideProjectUiValue);
|
||||
|
||||
void initializePage();
|
||||
bool validatePage();
|
||||
@@ -63,6 +64,7 @@ private:
|
||||
|
||||
JsonWizard *m_wizard;
|
||||
JsonWizard::GeneratorFiles m_fileList;
|
||||
QVariant m_hideProjectUiValue;
|
||||
};
|
||||
|
||||
} // namespace ProjectExplorer
|
||||
|
||||
Reference in New Issue
Block a user