summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_p.h
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-10-21 12:46:15 (GMT)
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-10-21 12:46:15 (GMT)
commit757daee4365c8b4ed5fcf68bd5a38fc64593c549 (patch)
treef8619021bfd98dc0851de6cf861a8fb61c86b91f /src/gui/kernel/qapplication_p.h
parent140d5af0f8635397c48f160bb8a33861b332c171 (diff)
parent522fc01a18b9eae80b733befb98a948f0fbbba06 (diff)
downloadQt-757daee4365c8b4ed5fcf68bd5a38fc64593c549.zip
Qt-757daee4365c8b4ed5fcf68bd5a38fc64593c549.tar.gz
Qt-757daee4365c8b4ed5fcf68bd5a38fc64593c549.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r--src/gui/kernel/qapplication_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h
index 2d3d18c..65f61e9 100644
--- a/src/gui/kernel/qapplication_p.h
+++ b/src/gui/kernel/qapplication_p.h
@@ -503,6 +503,11 @@ public:
static void setNavigationMode(Qt::NavigationMode mode);
static TUint resolveS60ScanCode(TInt scanCode, TUint keysym);
QSet<WId> nativeWindows;
+
+ int symbianProcessWsEvent(const TWsEvent *event);
+ int symbianHandleCommand(int command);
+ int symbianResourceChange(int type);
+
#endif
#if defined(Q_WS_WIN) || defined(Q_WS_X11) || defined (Q_WS_QWS)
void sendSyntheticEnterLeave(QWidget *widget);