summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlnumberformatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/qmlnumberformatter.cpp')
-rw-r--r--src/declarative/extra/qmlnumberformatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qmlnumberformatter.cpp b/src/declarative/extra/qmlnumberformatter.cpp
index 9e599c7..4007d95 100644
--- a/src/declarative/extra/qmlnumberformatter.cpp
+++ b/src/declarative/extra/qmlnumberformatter.cpp
@@ -210,6 +210,6 @@ void QmlNumberFormatter::componentComplete()
d->componentComplete = true;
d->updateText();
}
-QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,NumberFormatter,QmlNumberFormatter);
+QML_DEFINE_TYPE(Qt,4,6,NumberFormatter,QmlNumberFormatter);
QT_END_NAMESPACE