diff options
Diffstat (limited to 'autotests/kconfig_compiler/test3.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test3.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test3.cpp.ref b/autotests/kconfig_compiler/test3.cpp.ref index aa9fb919..a9e3d6fc 100644 --- a/autotests/kconfig_compiler/test3.cpp.ref +++ b/autotests/kconfig_compiler/test3.cpp.ref @@ -5,7 +5,7 @@ using namespace TestNameSpace; -Test3::Test3( ) +Test3::Test3( ) : KConfigSkeleton( QStringLiteral( "test3rc" ) ) { setCurrentGroup( QStringLiteral( "General" ) ); |