equal
deleted
inserted
replaced
152 /*! |
152 /*! |
153 Emits the signal viewing completed to the clients |
153 Emits the signal viewing completed to the clients |
154 |
154 |
155 \param status true if viewing completed otherwise false. |
155 \param status true if viewing completed otherwise false. |
156 */ |
156 */ |
157 void AgendaEventViewerPrivate::viewingCompleted(bool status) |
157 void AgendaEventViewerPrivate::viewingCompleted(const QDate date) |
158 { |
158 { |
159 qDebug() <<"AgendaEventViewerPrivate::viewingCompleted -->"; |
159 qDebug() <<"AgendaEventViewerPrivate::viewingCompleted -->"; |
160 |
160 |
161 emit q_ptr->viewingCompleted(status); |
161 emit q_ptr->viewingCompleted(date); |
162 |
162 |
163 // Cleanup viewer. |
163 // Cleanup viewer. |
164 if (mAgendaEventView) { |
164 if (mAgendaEventView) { |
165 mAgendaEventView->deleteLater(); |
165 mAgendaEventView->deleteLater(); |
166 } |
166 } |