calendarui/views/inc/calenmonthgrid.h
changeset 77 b0711afde476
parent 68 a5a1242fd2e8
child 80 fa7c359294fa
equal deleted inserted replaced
68:a5a1242fd2e8 77:b0711afde476
   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.