calendarui/views/inc/calenagendaview.h
changeset 83 5aadd1120515
parent 81 ce92091cbd61
equal deleted inserted replaced
82:dcd0ca396fa1 83:5aadd1120515
   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     bool    mDayViewActivated;
   182    
   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.