messagingapp/msgui/msgapp/inc/msgmainwindow.h
changeset 62 fdbe8253b596
parent 37 518b245aa84c
child 67 fc91263aee62
--- a/messagingapp/msgui/msgapp/inc/msgmainwindow.h	Wed Sep 01 14:19:13 2010 +0530
+++ b/messagingapp/msgui/msgapp/inc/msgmainwindow.h	Tue Sep 07 13:28:39 2010 +0530
@@ -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;