Changeset ac2b0b2 for src/gui/daynavigatorwidget.h
- Timestamp:
- 12/12/11 20:59:00 (11 years ago)
- Branches:
- master, qt5
- Children:
- 71c3eb6
- Parents:
- 018d4d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/daynavigatorwidget.h
r018d4d6 rac2b0b2 35 35 void setDates(const QDate &aStartDate, const QDate &aEndDate); 36 36 void setCurDate(const QDate& curDate); 37 QDate startDate() const {return mStartDate;} 37 38 QDate curDate() const {return mCurDate;} 39 QDate endDate() const {return mEndDate;} 38 40 void unsetDates(); 39 41 protected:
Note: See TracChangeset
for help on using the changeset viewer.