diff -r 99ad1390cd33 -r c499df2dbb33 ui/views/gridview/inc/glxgridview.h --- a/ui/views/gridview/inc/glxgridview.h Fri Apr 16 14:58:46 2010 +0300 +++ b/ui/views/gridview/inc/glxgridview.h Mon May 03 12:31:32 2010 +0300 @@ -81,6 +81,7 @@ int mVisualIndex; //first item index of the page //To:Do remove later HbAbstractViewItem *mItem; HbDocumentLoader *mDocLoader; //Docml loader to load the widgets from docml + bool mIsLongPress; //to check the long press has happend or not }; #endif /* GLXGRIDVIEW_H_ */