diff options
Diffstat (limited to 'autotests/kconfig_compiler/test11.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test11.cpp.ref | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test11.cpp.ref b/autotests/kconfig_compiler/test11.cpp.ref index 76792357..6d05662a 100644 --- a/autotests/kconfig_compiler/test11.cpp.ref +++ b/autotests/kconfig_compiler/test11.cpp.ref @@ -3,9 +3,10 @@ #include "test11.h" -Test11::Test11( ) +Test11::Test11( QObject *parent ) : MyPrefs( QStringLiteral( "korganizerrc" ) ) { + setParent(parent); setCurrentGroup( QStringLiteral( "General" ) ); mAutoSaveItem = new MyPrefs::ItemBool( currentGroup(), QStringLiteral( "Auto Save" ), mAutoSave, false ); |