aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4program_p.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2012-03-28 09:33:16 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-03 16:22:04 +0200
commitfaa4e0254525baf9eef6971810c839d01fca57ab (patch)
tree5d28a594501712954d01fc4922536bc36978d3bd /src/qml/qml/v4/qv4program_p.h
parent60b9151d36a9fb84b771f18d2c517e122b08ed70 (diff)
Change V4 to explicitly use doubles to represent numbers.
Rename the V4 instructions to match the new type system. Change-Id: I640ab52c024a29179e816e29a12f0a36813d18c6 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'src/qml/qml/v4/qv4program_p.h')
-rw-r--r--src/qml/qml/v4/qv4program_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/v4/qv4program_p.h b/src/qml/qml/v4/qv4program_p.h
index 60e7403786..659f9f2878 100644
--- a/src/qml/qml/v4/qv4program_p.h
+++ b/src/qml/qml/v4/qv4program_p.h
@@ -87,7 +87,7 @@ enum QQmlRegisterType {
UndefinedType,
NullType,
QObjectStarType,
- QRealType,
+ NumberType,
IntType,
BoolType,