JsonWizard: Introduce a JsonWizard pointer into SummaryPage

This stopps us from qobject_casting all over the place.

Change-Id: I703ebb48aea7d00546e48ffb7a7fda21dc28d2cf
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2014-11-10 13:48:28 +01:00
parent 9d677e3302
commit 02e3adcc25
2 changed files with 13 additions and 18 deletions

View File

@@ -58,6 +58,8 @@ public slots:
private:
void updateProjectData(FolderNode *node);
JsonWizard *m_wizard;
};
} // namespace ProjectExplorer