summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication.h
diff options
context:
space:
mode:
authorAlessandro Portale <aportale@trolltech.com>2009-05-07 14:21:59 (GMT)
committerAlessandro Portale <aportale@trolltech.com>2009-05-07 14:21:59 (GMT)
commita453b87212595b91276ea7d9089ae2742d9bd403 (patch)
treefde70155c8122ed9147c9b590e981849767dc299 /src/gui/kernel/qapplication.h
parentc558e63625483ffa6f27ca439393d1fca499115d (diff)
downloadQt-a453b87212595b91276ea7d9089ae2742d9bd403.zip
Qt-a453b87212595b91276ea7d9089ae2742d9bd403.tar.gz
Qt-a453b87212595b91276ea7d9089ae2742d9bd403.tar.bz2
Moving the handling code for HandleCommandL from
CQtS60MainAppUi::HandleCommandL to the new QApplication::s60HandleCommandL so that it is in QtGui rather than in the static app wrapper. RevBy: axis
Diffstat (limited to 'src/gui/kernel/qapplication.h')
-rw-r--r--src/gui/kernel/qapplication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication.h b/src/gui/kernel/qapplication.h
index 64b33bf..ce8792d 100644
--- a/src/gui/kernel/qapplication.h
+++ b/src/gui/kernel/qapplication.h
@@ -235,6 +235,7 @@ public:
#if defined(Q_WS_S60)
int s60ProcessEvent(TWsEvent *event);
virtual bool s60EventFilter(TWsEvent *aEvent);
+ void s60HandleCommandL(int command);
#endif
#if defined(Q_WS_QWS)
virtual bool qwsEventFilter(QWSEvent *);