summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativedom
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-09-03 16:26:07 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-09-03 16:26:07 +1000
commit348e8471b7df101fb71d1c651eb92dcc0f45f6ff (patch)
tree3beef4ef79b343b0f9cf8e7d4ba9469f7984150e /tests/auto/declarative/qdeclarativedom
parentd758910f3d8d5eb64f7c7d94e5c9ef9ae259230b (diff)
downloadqt4-tools-348e8471b7df101fb71d1c651eb92dcc0f45f6ff.tar.gz
qreal == float fixes
QTBUG-11853
Diffstat (limited to 'tests/auto/declarative/qdeclarativedom')
-rw-r--r--tests/auto/declarative/qdeclarativedom/tst_qdeclarativedom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativedom/tst_qdeclarativedom.cpp b/tests/auto/declarative/qdeclarativedom/tst_qdeclarativedom.cpp
index 5028ba10e6..dca5205399 100644
--- a/tests/auto/declarative/qdeclarativedom/tst_qdeclarativedom.cpp
+++ b/tests/auto/declarative/qdeclarativedom/tst_qdeclarativedom.cpp
@@ -480,7 +480,7 @@ void tst_qdeclarativedom::loadDynamicProperty()
DP_TEST(0, a, QVariant::Int, 25, 14, "int");
DP_TEST(1, b, QVariant::Bool, 44, 15, "bool");
- DP_TEST(2, c, QVariant::Double, 64, 17, "double");
+ DP_TEST(2, c, QMetaType::QReal, 64, 17, "double");
DP_TEST(3, d, QMetaType::QReal, 86, 15, "real");
DP_TEST(4, e, QVariant::String, 106, 17, "string");
DP_TEST(5, f, QVariant::Url, 128, 14, "url");