diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgui/msgapp/inc/msglistview.h --- a/messagingapp/msgui/msgapp/inc/msglistview.h Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgui/msgapp/inc/msglistview.h Thu Jul 22 16:32:06 2010 +0100 @@ -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. @@ -115,6 +117,13 @@ */ void onDialogDeleteMsg(HbAction* action); + /** + * This slot is called when appengine emits the partialdeleteconversationlist event. + * This performs grab of the HbAbstractviewitem on which delete was called. + * @param conversation id of the item. + */ + void enableListitem( int conversationId ); + private: /** @@ -154,10 +163,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