Changeset 1825f82 in confclerk_git for src/gui/daynavigatorwidget.cpp
- Timestamp:
- 09/21/11 23:49:43 (11 years ago)
- Branches:
- master, qt5
- Children:
- 6d48bb2
- Parents:
- bf6be88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/daynavigatorwidget.cpp
rbf6be88 r1825f82 72 72 73 73 74 void DayNavigatorWidget::unsetDates() { 75 mStartDate= QDate(); 76 mEndDate = QDate(); 77 mCurDate = QDate(); 78 79 configureNavigation(); 80 emit(dateChanged(mCurDate)); 81 this->update(); 82 } 83 84 74 85 void DayNavigatorWidget::configureNavigation() { 75 86 prevDayButton->setDisabled(!mStartDate.isValid() || mCurDate == mStartDate);
Note: See TracChangeset
for help on using the changeset viewer.