diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_signal.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_signal.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_signal.h.ref b/autotests/kconfig_compiler/test_signal.h.ref index e5361813..8da42c80 100644 --- a/autotests/kconfig_compiler/test_signal.h.ref +++ b/autotests/kconfig_compiler/test_signal.h.ref @@ -139,7 +139,7 @@ class TestSignal : public KConfigSkeleton TestSignal(); friend class TestSignalHelper; - virtual bool usrSave(); + bool usrSave() Q_DECL_OVERRIDE; // Appearance QString mEmoticonTheme; |