From b66da09e586dda28ca43c6566904a0f62a787863 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 12 Nov 2016 08:49:51 -0500 Subject: kconfig_compiler - generate code with overrides REVIEW: 129382 --- autotests/kconfig_compiler/test_signal.h.ref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autotests/kconfig_compiler/test_signal.h.ref') 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; -- cgit v1.2.1