summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testdata/testcpp/testcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/testdata/testcpp/testcpp.h')
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/testcpp/testcpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testdata/testcpp/testcpp.h b/tests/auto/qdoc/generatedoutput/testdata/testcpp/testcpp.h
index 8a8ad1c7a..af2165d07 100644
--- a/tests/auto/qdoc/generatedoutput/testdata/testcpp/testcpp.h
+++ b/tests/auto/qdoc/generatedoutput/testdata/testcpp/testcpp.h
@@ -107,6 +107,8 @@ public:
bool boolProp();
const QString *name() const;
+ Q_INVOKABLE void invokeMe() const {}
+
Q_SIGNALS:
void emitSomething(QPrivateSignal);
void bindablePropChanged();