calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 45 b6db4fd4947b
child 49 5de72ea7a065
--- a/calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp	Fri Apr 16 14:57:40 2010 +0300
+++ b/calendarui/agendaeventviewer/src/agendaeventviewer_p.cpp	Mon May 03 12:30:32 2010 +0300
@@ -154,11 +154,11 @@
 
 	\param status true if viewing completed otherwise false.
  */
-void AgendaEventViewerPrivate::viewingCompleted(bool status)
+void AgendaEventViewerPrivate::viewingCompleted(const QDate date)
 {
 	qDebug() <<"AgendaEventViewerPrivate::viewingCompleted -->";
 
-	emit q_ptr->viewingCompleted(status);
+	emit q_ptr->viewingCompleted(date);
 
 	// Cleanup viewer.
 	if (mAgendaEventView) {