calendarui/views/inc/calenmonthgrid.h
changeset 70 a5ed90760192
parent 63 a3cb48f6c889
child 75 7ac58b2aae6f
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
   104 	QGraphicsWidget* mContentWidget;
   104 	QGraphicsWidget* mContentWidget;
   105 	QList<QString> mLocalisedDates;
   105 	QList<QString> mLocalisedDates;
   106 	QPointF mStartPos;
   106 	QPointF mStartPos;
   107 	QColor mGridLineColor;
   107 	QColor mGridLineColor;
   108 	bool mActiveDatesSet;
   108 	bool mActiveDatesSet;
       
   109 	bool mIsGridAdjusting;
   109 };
   110 };
   110 
   111 
   111 #endif // CALENMONTHGRID_H
   112 #endif // CALENMONTHGRID_H
   112 
   113 
   113 // End of file  --Don't remove this.
   114 // End of file  --Don't remove this.