messagingapp/msgui/msgapp/inc/msgmainwindow.h
changeset 70 a15d9966050f
parent 43 35b64624a9e7
child 72 6f657153cbc5
--- a/messagingapp/msgui/msgapp/inc/msgmainwindow.h	Thu Sep 02 20:23:03 2010 +0300
+++ b/messagingapp/msgui/msgapp/inc/msgmainwindow.h	Fri Sep 17 08:28:39 2010 +0300
@@ -53,6 +53,15 @@
      * Returns view manager.
      */
     MsgViewManager* viewManager();
+
+protected:
+
+    /**
+     * Key press event handler
+     * @see QGraphicsItem
+     */
+    void keyPressEvent(QKeyEvent *event);
+
 private:
     MsgServiceInterface* mMsgSI;
     MsgSendServiceInterface* mMsgSendSI;