summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-24 06:37:55 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-24 06:37:55 (GMT)
commitdc904e1d9a110f8580cde4543a4c4b3813fa26e1 (patch)
tree0ceea85a521044407868cc8afc937bafd548bbb3 /src/corelib/global/qnamespace.h
parent3e301a89f613a2304392236085e593ad765d741a (diff)
parent028655065de7f989a35b63bcab583767aba9c048 (diff)
downloadQt-dc904e1d9a110f8580cde4543a4c4b3813fa26e1.zip
Qt-dc904e1d9a110f8580cde4543a4c4b3813fa26e1.tar.gz
Qt-dc904e1d9a110f8580cde4543a4c4b3813fa26e1.tar.bz2
Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public
Conflicts: src/corelib/io/qfsfileengine_unix.cpp
Diffstat (limited to 'src/corelib/global/qnamespace.h')
-rw-r--r--src/corelib/global/qnamespace.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h
index e93e477..ab9a3ca 100644
--- a/src/corelib/global/qnamespace.h
+++ b/src/corelib/global/qnamespace.h
@@ -1591,6 +1591,11 @@ public:
Uninitialized
};
+ enum CoordinateSystem {
+ DeviceCoordinates,
+ LogicalCoordinates
+ };
+
enum TouchPointState {
TouchPointPressed = 0x01,
TouchPointMoved = 0x02,