aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/testobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/testobject.h')
-rw-r--r--tests/auto/qml/testobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/testobject.h b/tests/auto/qml/testobject.h
index b9c5ecc..a8d8f7f 100644
--- a/tests/auto/qml/testobject.h
+++ b/tests/auto/qml/testobject.h
@@ -51,6 +51,7 @@ public slots:
int testOverload(int i);
QString testOverload(const QString &str);
QString testOverload(const QString &str, int i);
+ int testVariantType(const QVariant &val);
signals:
void testSignalBool(bool testBool);