summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_p.h
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-07-09 15:59:48 (GMT)
committeraxis <qt-info@nokia.com>2009-07-09 15:59:48 (GMT)
commit44f1d4da465b22b280ef958f7a54622c24a7611d (patch)
tree89f19395f79735f30946b4dd33b4e156fe8022f2 /src/gui/kernel/qapplication_p.h
parent3b1e30bb1d6651a626aba1f6b8883f5524598ed3 (diff)
downloadQt-44f1d4da465b22b280ef958f7a54622c24a7611d.zip
Qt-44f1d4da465b22b280ef958f7a54622c24a7611d.tar.gz
Qt-44f1d4da465b22b280ef958f7a54622c24a7611d.tar.bz2
Added key sequences for Symbian.
It's probably not complete, and most of them were found by trial and error, so feel free to fix any issues.
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r--src/gui/kernel/qapplication_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h
index ecce9e0..601348b 100644
--- a/src/gui/kernel/qapplication_p.h
+++ b/src/gui/kernel/qapplication_p.h
@@ -270,6 +270,7 @@ public:
KB_KDE = 8,
KB_Gnome = 16,
KB_CDE = 32,
+ KB_S60 = 64,
KB_All = 0xffff
};