diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_qdebugcategory.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_qdebugcategory.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_qdebugcategory.cpp.ref b/autotests/kconfig_compiler/test_qdebugcategory.cpp.ref index 1eb6ed96..2934b589 100644 --- a/autotests/kconfig_compiler/test_qdebugcategory.cpp.ref +++ b/autotests/kconfig_compiler/test_qdebugcategory.cpp.ref @@ -3,7 +3,7 @@ #include "test_qdebugcategory.h" -TestQCategory::TestQCategory( int Number ) +TestQCategory::TestQCategory( int Number ) : KConfigSkeleton( QStringLiteral( "test7rc" ) ) , mParamNumber(Number) { |