calendarui/agendaeventviewer/inc/agendaeventviewer_p.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 63 a3cb48f6c889
--- a/calendarui/agendaeventviewer/inc/agendaeventviewer_p.h	Mon May 03 12:30:32 2010 +0300
+++ b/calendarui/agendaeventviewer/inc/agendaeventviewer_p.h	Mon Jun 28 15:22:02 2010 +0530
@@ -50,6 +50,7 @@
 	void editingCompleted();
 	void deletingStarted();
 	void deletingCompleted();
+	void viewCreationCompleted(int error);
 
 private:
 	AgendaEventViewer *q_ptr;
@@ -60,6 +61,11 @@
 
 private:
 	friend class AgendaEventView;
+	ulong mId;
+	AgendaEventViewer::Actions mAction;
+	bool mShowEventViewById;
+	bool mShowEventViewByFileHandle;
+	QString mFileName;
 };
 
 #endif // AGENDAEVENTVIEWERPRIVATE_H