diff options
author | Maximiliano Curia <maxy@gnuservers.com.ar> | 2018-05-15 11:31:06 +0200 |
---|---|---|
committer | Maximiliano Curia <maxy@gnuservers.com.ar> | 2018-05-16 08:39:11 +0200 |
commit | c1fa17e99ad98763261886906d977d516bfffe1b (patch) | |
tree | 91d84bd82e7b552ac45ca639949ee828b3fa8f9a | |
parent | 4a72245a6836ecce58d5d1ad33789268b81072c4 (diff) | |
download | kconfig-c1fa17e99ad98763261886906d977d516bfffe1b.tar.gz kconfig-c1fa17e99ad98763261886906d977d516bfffe1b.tar.bz2 |
KConfigCompiler_Test: Update test_signal.h.ref to follow the generated file
Summary:
Since "Use override" (3985f2a0) kconfig_compiler.cpp
generates usrSave with override instead of Q_DECL_OVERRIDE. This causes
the KConfigCompiler_Test to fail [1], as the reference file of the test
was not updated.
[1]: https://build.kde.org/job/Frameworks%20kconfig%20kf5-qt5%20SUSEQt5.10/32/
Reviewers: #frameworks, mlaurent
Reviewed By: mlaurent
Subscribers: kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D12892
-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; |