ui/views/listview/inc/glxlistview.h
changeset 72 0a8e959402e5
parent 71 27f2d7aec52a
--- a/ui/views/listview/inc/glxlistview.h	Wed Oct 06 14:49:39 2010 +0530
+++ b/ui/views/listview/inc/glxlistview.h	Thu Oct 14 17:54:23 2010 +0530
@@ -46,6 +46,7 @@
     void itemSelected(const QModelIndex &  index);
     void populated();
     void showAlbumCount();
+	void modelDestroyed();
     
 private slots:
 	void indicateLongPress( HbAbstractViewItem *item, QPointF coords );
@@ -68,7 +69,6 @@
 	HbMainWindow       *mWindow;  //no ownership
 	QAbstractItemModel *mModel ;
 	HbDocumentLoader   *mDocLoader; //Docml loader to load the widgets from docml
-	bool               mIsLongPress;
 };
 
 #endif /* GLXLISTVIEW_H */