aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/pysidetest/hiddenobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/pysidetest/hiddenobject.h')
-rw-r--r--sources/pyside2/tests/pysidetest/hiddenobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/pysidetest/hiddenobject.h b/sources/pyside2/tests/pysidetest/hiddenobject.h
index ba96cec9c..b5e3c8e0b 100644
--- a/sources/pyside2/tests/pysidetest/hiddenobject.h
+++ b/sources/pyside2/tests/pysidetest/hiddenobject.h
@@ -42,7 +42,7 @@ class HiddenObject : public QObject
public:
HiddenObject() : m_called(false) {}
Q_INVOKABLE void callMe();
-public slots:
+public Q_SLOTS:
bool wasCalled();
private:
bool m_called;