messagingapp/msgui/msgapp/inc/msglistview.h
changeset 34 84197e66a4bd
parent 31 ebfee66fde93
child 44 36f374c67aa8
--- a/messagingapp/msgui/msgapp/inc/msglistview.h	Fri Jun 04 10:25:39 2010 +0100
+++ b/messagingapp/msgui/msgapp/inc/msglistview.h	Fri Jun 11 13:35:48 2010 +0300
@@ -27,6 +27,8 @@
 class HbListWidget;
 class HbListWidgetItem;
 class HbAction;
+class QGraphicsLinearLayout;
+
 /**
  * This class provides the message list view for the messaging application.
  * Data source for this view is the conversation list model.
@@ -154,10 +156,10 @@
     };
 
     /**
-     * Flag to track if item has been long pressed.
-     * TODO: Remove it, once unique longpress and click event signal released in week16
-     */
-    bool mItemLongPressed;
+     * Main layout
+     * Own
+     */    
+    QGraphicsLinearLayout *mMainLayout;
 };
 
 #endif // MSG_LIST_VIEW_H