aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test8a.cpp.ref
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/kconfig_compiler/test8a.cpp.ref')
-rw-r--r--autotests/kconfig_compiler/test8a.cpp.ref2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test8a.cpp.ref b/autotests/kconfig_compiler/test8a.cpp.ref
index 7c2b81ad..3cb835ee 100644
--- a/autotests/kconfig_compiler/test8a.cpp.ref
+++ b/autotests/kconfig_compiler/test8a.cpp.ref
@@ -4,7 +4,7 @@
#include "test8a.h"
Test8a::Test8a( KSharedConfig::Ptr config, QObject *parent )
- : KConfigSkeleton( config )
+ : KConfigSkeleton( std::move( config ) )
{
setParent(parent);
setCurrentGroup( QStringLiteral( "Group" ) );