notes/notesui/notesviews/inc/notesmainview.h
changeset 83 5aadd1120515
parent 81 ce92091cbd61
equal deleted inserted replaced
82:dcd0ca396fa1 83:5aadd1120515
   116 	NotesEditor *mNotesEditor;
   116 	NotesEditor *mNotesEditor;
   117 	AgendaEventViewer *mAgendaEventViewer;
   117 	AgendaEventViewer *mAgendaEventViewer;
   118 	bool 			mIsLongTop;
   118 	bool 			mIsLongTop;
   119 	bool			mIsScreenShotCapruted; // check if the screenshot captured is valid
   119 	bool			mIsScreenShotCapruted; // check if the screenshot captured is valid
   120 	QVariantHash	mScreenShot; // screenshot
   120 	QVariantHash	mScreenShot; // screenshot
   121 	AfActivityStorage *mActivityStorage;;
   121 	AfActivityStorage *mActivityStorage;
   122 };
   122 };
   123 
   123 
   124 #endif // NOTESMAINVIEW_H
   124 #endif // NOTESMAINVIEW_H
   125 
   125 
   126 // End of file	--Don't remove this.
   126 // End of file	--Don't remove this.