aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test_signal.h.ref
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2016-11-12 08:49:51 -0500
committerAllen Winter <winter@kde.org>2016-11-12 08:49:51 -0500
commitb66da09e586dda28ca43c6566904a0f62a787863 (patch)
treedfca49cc13d4aa6f27ab8d6568c6c54c0f3f3273 /autotests/kconfig_compiler/test_signal.h.ref
parent91f02193e739288b9df37876cfd12c65cecc88e7 (diff)
downloadkconfig-b66da09e586dda28ca43c6566904a0f62a787863.tar.gz
kconfig-b66da09e586dda28ca43c6566904a0f62a787863.tar.bz2
kconfig_compiler - generate code with overrides
REVIEW: 129382
Diffstat (limited to 'autotests/kconfig_compiler/test_signal.h.ref')
-rw-r--r--autotests/kconfig_compiler/test_signal.h.ref2
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;