diff options
Diffstat (limited to 'autotests/kconfig_compiler')
| -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 8da42c80..a005e140 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; -    bool usrSave() Q_DECL_OVERRIDE; +    bool usrSave() override;      // Appearance      QString mEmoticonTheme; | 
