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:
Jarek Kobus
2024-01-26 20:49:55 +01:00
parent 8931f02fb8
commit afb062cae2
2 changed files with 14 additions and 18 deletions

View File

@@ -85,7 +85,7 @@ public:
WizardProgressItem *currentItem() const;
QList<WizardProgressItem *> items() const;
QSet<WizardProgressItem *> items() const;
WizardProgressItem *startItem() const;