forked from qt-creator/qt-creator
Projectexplorer: Modernize codebase
Change-Id: I4793b58aa77bcd46af99f8b843c0f7439cdc9269 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Vikas Pachdha <vikas.pachdha@theqtcompany.com>
This commit is contained in:
@@ -40,12 +40,12 @@ class JsonSummaryPage : public Internal::ProjectWizardPage
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
JsonSummaryPage(QWidget *parent = 0);
|
||||
JsonSummaryPage(QWidget *parent = nullptr);
|
||||
void setHideProjectUiValue(const QVariant &hideProjectUiValue);
|
||||
|
||||
void initializePage();
|
||||
bool validatePage();
|
||||
void cleanupPage();
|
||||
void initializePage() override;
|
||||
bool validatePage() override;
|
||||
void cleanupPage() override;
|
||||
|
||||
public slots:
|
||||
void triggerCommit(const JsonWizard::GeneratorFiles &files);
|
||||
|
||||
Reference in New Issue
Block a user