diff options
Diffstat (limited to 'autotests/kconfig_compiler/test13.cpp.ref')
-rw-r--r-- | autotests/kconfig_compiler/test13.cpp.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test13.cpp.ref b/autotests/kconfig_compiler/test13.cpp.ref index 0f62dc96..3fa79b18 100644 --- a/autotests/kconfig_compiler/test13.cpp.ref +++ b/autotests/kconfig_compiler/test13.cpp.ref @@ -3,7 +3,7 @@ #include "test13.h" -Test13::Test13( ) +Test13::Test13( ) : KConfigSkeleton( QStringLiteral( "muondatasourcesrc" ) ) { KConfigCompilerSignallingItem::NotifyFunction notifyFunction = static_cast<KConfigCompilerSignallingItem::NotifyFunction>(&Test13::itemChanged); |