aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsvalue/tst_qjsvalue.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qjsvalue/tst_qjsvalue.h')
-rw-r--r--tests/auto/qml/qjsvalue/tst_qjsvalue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qjsvalue/tst_qjsvalue.h b/tests/auto/qml/qjsvalue/tst_qjsvalue.h
index a291e156e0..0b35b58c58 100644
--- a/tests/auto/qml/qjsvalue/tst_qjsvalue.h
+++ b/tests/auto/qml/qjsvalue/tst_qjsvalue.h
@@ -69,6 +69,8 @@ private slots:
void toInt();
void toUInt();
void toVariant();
+ void toPrimitive_data();
+ void toPrimitive();
void toQObject_nonQObject_data();
void toQObject_nonQObject();
void toQObject();