forked from qt-creator/qt-creator
Wizard: Replace QMap with QSet
It looks like both key and value are the same pointers. Change-Id: I38d006ada777d61df242dd0b82e9b622c0907cad Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
|
||||
WizardProgressItem *currentItem() const;
|
||||
|
||||
QList<WizardProgressItem *> items() const;
|
||||
QSet<WizardProgressItem *> items() const;
|
||||
|
||||
WizardProgressItem *startItem() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user