aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test_signal.h.ref
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/kconfig_compiler/test_signal.h.ref')
-rw-r--r--autotests/kconfig_compiler/test_signal.h.ref3
1 files changed, 3 insertions, 0 deletions
diff --git a/autotests/kconfig_compiler/test_signal.h.ref b/autotests/kconfig_compiler/test_signal.h.ref
index 737718d0..19b8b400 100644
--- a/autotests/kconfig_compiler/test_signal.h.ref
+++ b/autotests/kconfig_compiler/test_signal.h.ref
@@ -132,6 +132,9 @@ class TestSignal : public KConfigSkeleton
*/
void styleChanged(const QString & stylePath, const QString & StyleCSSVariant);
+ private:
+ void itemChanged(quint64 flags);
+
protected:
TestSignal();
friend class TestSignalHelper;