diff options
Diffstat (limited to 'autotests/kconfig_compiler/test9.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test9.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test9.cpp.ref b/autotests/kconfig_compiler/test9.cpp.ref index c5eb772b..995f7164 100644 --- a/autotests/kconfig_compiler/test9.cpp.ref +++ b/autotests/kconfig_compiler/test9.cpp.ref @@ -3,7 +3,7 @@ #include "test9.h" -Test9::Test9( const QString & transport, const QString & folder ) +Test9::Test9( const QString & transport, const QString & folder ) : KConfigSkeleton( QStringLiteral( "examplerc" ) ) , mParamtransport(transport) , mParamfolder(folder) |