diff options
Diffstat (limited to 'autotests/kconfig_compiler/test8a.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test8a.cpp.ref | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test8a.cpp.ref b/autotests/kconfig_compiler/test8a.cpp.ref index 3b7d95aa..7c2b81ad 100644 --- a/autotests/kconfig_compiler/test8a.cpp.ref +++ b/autotests/kconfig_compiler/test8a.cpp.ref @@ -3,9 +3,10 @@ #include "test8a.h" -Test8a::Test8a( KSharedConfig::Ptr config ) +Test8a::Test8a( KSharedConfig::Ptr config, QObject *parent ) : KConfigSkeleton( config ) { + setParent(parent); setCurrentGroup( QStringLiteral( "Group" ) ); KConfigSkeleton::ItemFont *itemFont; |