Changeset 264f5e7 for src/gui/tabcontainer.h
- Timestamp:
- 10/05/11 00:11:03 (11 years ago)
- Branches:
- master, qt5
- Children:
- dc66a91
- Parents:
- a9430aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/tabcontainer.h
ra9430aa r264f5e7 42 42 43 43 signals: 44 void event HasChanged(int aEventId, bool aReloadModel);44 void eventChanged(int aEventId, bool aReloadModel); 45 45 46 46 public slots: 47 virtual void updateTreeViewModel(int aEventId, bool aReloadModel = false); 48 void setCurDate(const QDate& curDate); 49 void setDates(const QDate &aStart, const QDate &aEnd); 47 virtual void redisplayEvent(int aEventId, bool aReloadModel = false); 48 void redisplayDate(const QDate& curDate); 50 49 51 50 protected slots:
Note: See TracChangeset
for help on using the changeset viewer.