forked from qt-creator/qt-creator
ProjectExplorer: Initialize page index
Change-Id: I91369bf4f5a8b785f656933a9e9a9603a6e1883d Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
81401ace26
commit
6db7392daf
@@ -72,7 +72,7 @@ public:
|
||||
QString title;
|
||||
QString subTitle;
|
||||
QString shortTitle;
|
||||
int index; // page index in the wizard
|
||||
int index = -1; // page index in the wizard
|
||||
Core::Id typeId;
|
||||
QVariant enabled;
|
||||
QVariant data;
|
||||
|
Reference in New Issue
Block a user