--- a/calendarui/views/inc/calendayview.h Fri Jun 11 13:37:54 2010 +0300
+++ b/calendarui/views/inc/calendayview.h Wed Jun 23 18:11:28 2010 +0300
@@ -92,6 +92,12 @@
*/
CALENDAYVIEW_EXPORT void clearListModel();
+ /**
+ * disconnectAboutToQuitEvent disconnects for the aboutToQuit events
+ *
+ */
+ CALENDAYVIEW_EXPORT void disconnectAboutToQuitEvent();
+
/*
* @brief Refreshes the view with the date set in the context
*/
@@ -162,7 +168,8 @@
// TODO: Remove these after gestures are available
QPointF mTapPoint;
- bool mActionTaken;
+ bool mActionTaken;
+ bool mIsAboutToQuitEventConnected; // bool to check if day view is registered to get aboutToQuit signals
};