forked from qt-creator/qt-creator
Replace QWizard with Utils::Wizard
This commit is contained in:
@@ -50,6 +50,7 @@ GitoriousProjectWizardPage::GitoriousProjectWizardPage(const GitoriousHostWizard
|
||||
QVBoxLayout *lt = new QVBoxLayout;
|
||||
lt->addWidget(m_stackedWidget);
|
||||
setLayout(lt);
|
||||
setTitle(tr("Project"));
|
||||
}
|
||||
|
||||
static inline QString msgChooseProject(const QString &h)
|
||||
|
||||
Reference in New Issue
Block a user