- Timestamp:
- 01/27/10 22:47:24 (13 years ago)
- Branches:
- master, qt5
- Children:
- 8e55f41
- Parents:
- c9fa699
- Location:
- src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
rc9fa699 r9172ee8 61 61 favsTabContainer->setDates(startDate, endDate); 62 62 searchTabContainer->setDates(startDate, endDate); 63 nowTabContainer->updateTreeView(QDate::currentDate()); 63 64 // 64 65 conferenceTitle->setText(Conference::getById(confId).title()); -
src/gui/nowtabcontainer.h
rc9fa699 r9172ee8 15 15 virtual void loadEvents( const QDate &aDate, const int aConferenceId ); 16 16 17 p rotectedslots:17 public slots: 18 18 virtual void updateTreeView(const QDate &aDate); 19 19
Note: See TracChangeset
for help on using the changeset viewer.