forked from qt-creator/qt-creator
IWizardFactory: Remove unneeded qualification
Change-Id: I1d5c12617c9bd465925e840c5c7fb7762b16d796 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
819438a37b
commit
514b7f4e74
@@ -131,7 +131,7 @@ private:
|
|||||||
QString m_descriptionImage;
|
QString m_descriptionImage;
|
||||||
Id m_id;
|
Id m_id;
|
||||||
FeatureSet m_requiredFeatures;
|
FeatureSet m_requiredFeatures;
|
||||||
IWizardFactory::WizardKind m_kind = FileWizard;
|
WizardKind m_kind = FileWizard;
|
||||||
WizardFlags m_flags = 0;
|
WizardFlags m_flags = 0;
|
||||||
|
|
||||||
friend class Internal::CorePlugin;
|
friend class Internal::CorePlugin;
|
||||||
|
|||||||
Reference in New Issue
Block a user