Skip to content
Snippets Groups Projects
Commit bc18b4e1 authored by Christian Stenger's avatar Christian Stenger Committed by Orgad Shaneh
Browse files

Designer: Fix compile for gcc 4.7.3


Introduced with 25f2f8e1

Change-Id: Ic84fa409bea0aec7db4dce66d468f80c845a3673
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
parent e325a740
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ bool FormEditorPlugin::initialize(const QStringList &arguments, QString *error)
#ifdef CPP_ENABLED
IWizardFactory::registerFactoryCreator(
[]() -> QList<IWizardFactory *> {
[this]() -> QList<IWizardFactory *> {
IWizardFactory *wizard = new FormClassWizard;
wizard->setWizardKind(IWizardFactory::FileWizard);
wizard->setCategory(QLatin1String(Core::Constants::WIZARD_CATEGORY_QT));
......
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