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