| 95 | } |
| 96 | |
| 97 | static void testUnknownVariantValue() |
| 98 | { |
| 99 | CustomType t; |
| 100 | |
| 101 | ObjectInstance oi(QVariant::fromValue(t)); |
| 102 | QCOMPARE(oi.type(), ObjectInstance::QtVariant); |
| 103 | QCOMPARE(oi.typeName(), QByteArray("CustomType")); |
| 104 | } |
| 105 | |
| 106 | static void testUnknownVariantPointer() |
| 107 | { |