Skip to content
Snippets Groups Projects
Commit 514b7f4e authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Tobias Hunger
Browse files

IWizardFactory: Remove unneeded qualification


Change-Id: I1d5c12617c9bd465925e840c5c7fb7762b16d796
Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
parent 819438a3
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ private: ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment