diff options
Diffstat (limited to 'autotests/kconfig_compiler/test10.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test10.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test10.cpp.ref b/autotests/kconfig_compiler/test10.cpp.ref index f5590c20..94d9f311 100644 --- a/autotests/kconfig_compiler/test10.cpp.ref +++ b/autotests/kconfig_compiler/test10.cpp.ref @@ -26,7 +26,7 @@ Test10 *Test10::self() return s_globalTest10()->q; } -Test10::Test10( ) +Test10::Test10( ) : KConfigSkeleton( QStringLiteral( "test10rc" ) ) { Q_ASSERT(!s_globalTest10()->q); |