calendarui/views/inc/calenagendaview.h
changeset 81 ce92091cbd61
parent 70 a5ed90760192
child 83 5aadd1120515
equal deleted inserted replaced
75:7ac58b2aae6f 81:ce92091cbd61
   177 	
   177 	
   178     // TODO: Remove these after gestures are available
   178     // TODO: Remove these after gestures are available
   179     QPointF mTapPoint;
   179     QPointF mTapPoint;
   180     bool    mActionTaken;
   180     bool    mActionTaken;
   181     bool    mIsAboutToQuitEventConnected; // bool to check if agenda view is registered to get aboutToQuit signals
   181     bool    mIsAboutToQuitEventConnected; // bool to check if agenda view is registered to get aboutToQuit signals
   182 
   182     bool    mDayViewActivated;
   183 };
   183 };
   184 
   184 
   185 #endif /* CALENAGENDAVIEW_H */
   185 #endif /* CALENAGENDAVIEW_H */
   186 
   186 
   187 // End of file	--Don't remove this.
   187 // End of file	--Don't remove this.