calendarui/views/inc/calenmonthgrid.h
changeset 80 fa7c359294fa
parent 77 b0711afde476
--- a/calendarui/views/inc/calenmonthgrid.h	Fri Sep 17 08:29:05 2010 +0300
+++ b/calendarui/views/inc/calenmonthgrid.h	Mon Oct 04 00:15:49 2010 +0300
@@ -80,6 +80,7 @@
 	void setActiveDates(QDate activeDate);
 	void paint(QPainter* painter, 
 	           const QStyleOptionGraphicsItem* option, QWidget* widget);
+	bool checkIfWeCanScroll(scrollDirection direction);
 	
 public slots:
 	void scrollingFinished();
@@ -107,6 +108,7 @@
 	QColor mGridLineColor;
 	bool mActiveDatesSet;
 	bool mIsGridAdjusting;
+	bool mEventIndicatorNotSet;
 };
 
 #endif // CALENMONTHGRID_H