notes/notesui/notesviews/inc/notesmainview.h
changeset 81 ce92091cbd61
parent 45 b6db4fd4947b
child 83 5aadd1120515
--- a/notes/notesui/notesviews/inc/notesmainview.h	Mon Sep 20 12:44:39 2010 +0530
+++ b/notes/notesui/notesviews/inc/notesmainview.h	Tue Oct 05 13:57:00 2010 +0530
@@ -41,6 +41,7 @@
 class NotesSortFilterProxyModel;
 class NotesEditor;
 class AgendaEventViewer;
+class AfActivityStorage;
 
 class NotesMainView : public HbView
 {
@@ -59,7 +60,11 @@
 
 signals:
 	void deleteEntry(ulong entryId);
-
+private :
+	/*
+	 * remove the activity
+	 */
+	bool removeActivity();
 private slots:
 	void createNewNote();
 	void handleItemReleased(const QModelIndex &index);
@@ -113,6 +118,7 @@
 	bool 			mIsLongTop;
 	bool			mIsScreenShotCapruted; // check if the screenshot captured is valid
 	QVariantHash	mScreenShot; // screenshot
+	AfActivityStorage *mActivityStorage;;
 };
 
 #endif // NOTESMAINVIEW_H