diff --git a/src/plugins/cppeditor/quickfixes/cppquickfix.h b/src/plugins/cppeditor/quickfixes/cppquickfix.h index e22afb2666d..71630e5bc29 100644 --- a/src/plugins/cppeditor/quickfixes/cppquickfix.h +++ b/src/plugins/cppeditor/quickfixes/cppquickfix.h @@ -19,7 +19,6 @@ namespace CppEditor { namespace Internal { -class CppQuickFixInterface; class CppQuickFixOperation : public TextEditor::QuickFixOperation, @@ -114,5 +113,6 @@ private: #define REGISTER_QUICKFIX_FACTORY_WITH_STANDARD_TEST(Factory) \ CppQuickFixFactory::registerFactoryWithStandardTest() #else -#define REGISTER_QUICKFIX_FACTORY_WITH_STANDARD_TEST(Factory) CppQuickFixFactory::registerFactory() +#define REGISTER_QUICKFIX_FACTORY_WITH_STANDARD_TEST(Factory) \ + CppQuickFixFactory::registerFactory() #endif