diff options
author | Allen Winter <winter@kde.org> | 2016-11-12 08:49:51 -0500 |
---|---|---|
committer | Allen Winter <winter@kde.org> | 2016-11-12 08:49:51 -0500 |
commit | b66da09e586dda28ca43c6566904a0f62a787863 (patch) | |
tree | dfca49cc13d4aa6f27ab8d6568c6c54c0f3f3273 /autotests/kconfig_compiler | |
parent | 91f02193e739288b9df37876cfd12c65cecc88e7 (diff) | |
download | kconfig-b66da09e586dda28ca43c6566904a0f62a787863.tar.gz kconfig-b66da09e586dda28ca43c6566904a0f62a787863.tar.bz2 |
kconfig_compiler - generate code with overrides
REVIEW: 129382
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 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; |