diff options
Diffstat (limited to 'autotests/kconfig_compiler/test8b.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test8b.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test8b.cpp.ref b/autotests/kconfig_compiler/test8b.cpp.ref index 367d8051..d2ee566b 100644 --- a/autotests/kconfig_compiler/test8b.cpp.ref +++ b/autotests/kconfig_compiler/test8b.cpp.ref @@ -26,7 +26,7 @@ Test8b *Test8b::self() return s_globalTest8b()->q; } -Test8b::Test8b( ) +Test8b::Test8b( ) : Test8a() { Q_ASSERT(!s_globalTest8b()->q); |