From 48169d772478d6719e127329cdf84356497b00b0 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 11 Apr 2025 12:30:07 +0200 Subject: [PATCH] CppEditor: Define REGISTER_QUICKFIX_FACTORY_WITH_STANDARD_TEST ... also ifndef WITH_TESTS Change-Id: I874472bee63477d1a7b0609f25e09b7f7e9449fb Reviewed-by: Christian Kandeler --- src/plugins/cppeditor/quickfixes/cppquickfix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cppeditor/quickfixes/cppquickfix.h b/src/plugins/cppeditor/quickfixes/cppquickfix.h index 4456018144c..e22afb2666d 100644 --- a/src/plugins/cppeditor/quickfixes/cppquickfix.h +++ b/src/plugins/cppeditor/quickfixes/cppquickfix.h @@ -114,5 +114,5 @@ private: #define REGISTER_QUICKFIX_FACTORY_WITH_STANDARD_TEST(Factory) \ CppQuickFixFactory::registerFactoryWithStandardTest() #else -#define REGISTER_FACTORY_WITH_STANDARD_TEST(Factory) CppQuickFixFactory::registerFactory() +#define REGISTER_QUICKFIX_FACTORY_WITH_STANDARD_TEST(Factory) CppQuickFixFactory::registerFactory() #endif