Show TargetSelectionPage when opening .pro files

Do this as part of the ProjectLoadWizard
This commit is contained in:
Tobias Hunger
2010-03-10 14:37:11 +01:00
parent ce14eab65d
commit e861161af4
6 changed files with 112 additions and 62 deletions

View File

@@ -114,8 +114,8 @@ public:
QString deselectedModules() const;
void setDeselectedModules(const QString &);
void writeUserFile(const QString &proFileName) const;
QSet<QString> selectedTargets() const;
QList<int> selectedQtVersionIdsForTarget(const QString &target) const;
private:
inline void init(bool showModulesPage);