diff options
Diffstat (limited to 'autotests/kconfig_compiler/test2.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test2.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test2.cpp.ref b/autotests/kconfig_compiler/test2.cpp.ref index 53b0935f..239ed60b 100644 --- a/autotests/kconfig_compiler/test2.cpp.ref +++ b/autotests/kconfig_compiler/test2.cpp.ref @@ -3,7 +3,7 @@ #include "test2.h" -Test2::Test2( ) +Test2::Test2( ) : MyPrefs( QStringLiteral( "korganizerrc" ) ) { setCurrentGroup( QStringLiteral( "General" ) ); |