summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascriptlexer_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-26 01:46:00 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-26 01:46:00 (GMT)
commit478a339bc668611f6e31803e26c502a2aabe7bfe (patch)
treec42e15048338377bf56db2ca5b26b8c20463767f /src/declarative/qml/parser/javascriptlexer_p.h
parenta106ba14b7ed630f5d7941462ba9271dd83acea3 (diff)
parent7fc5d5e693a6a7f4c2bd040b8d6f29fd33a01712 (diff)
downloadQt-478a339bc668611f6e31803e26c502a2aabe7bfe.zip
Qt-478a339bc668611f6e31803e26c502a2aabe7bfe.tar.gz
Qt-478a339bc668611f6e31803e26c502a2aabe7bfe.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/parser/javascriptlexer_p.h')
-rw-r--r--src/declarative/qml/parser/javascriptlexer_p.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/declarative/qml/parser/javascriptlexer_p.h b/src/declarative/qml/parser/javascriptlexer_p.h
index 092609c..a47c1ae 100644
--- a/src/declarative/qml/parser/javascriptlexer_p.h
+++ b/src/declarative/qml/parser/javascriptlexer_p.h
@@ -112,6 +112,25 @@ public:
Other,
Bad };
+ enum Suffix {
+ noSuffix,
+ emSuffix,
+ exSuffix,
+ pxSuffix,
+ cmSuffix,
+ mmSuffix,
+ inSuffix,
+ ptSuffix,
+ pcSuffix,
+ degSuffix,
+ radSuffix,
+ gradSuffix,
+ msSuffix,
+ sSuffix,
+ hzSuffix,
+ khzSuffix
+ };
+
enum Error {
NoError,
IllegalCharacter,