forked from qt-creator/qt-creator
JsonWizard: Add File- and Summary pages
These reuse the existing pages we use for other wizards. Change-Id: Ic505204e0988a6b44d112da35748f81d9f8e2c1f Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -243,7 +243,7 @@ static inline AddNewTree *getChoices(const QStringList &generatedFiles,
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
ProjectWizardPage::ProjectWizardPage(QWidget *parent) :
|
||||
QWizardPage(parent),
|
||||
WizardPage(parent),
|
||||
m_ui(new Ui::WizardPage),
|
||||
m_model(0),
|
||||
m_repositoryExists(false)
|
||||
|
||||
Reference in New Issue
Block a user