Changeset 4693fa6 for src/gui/mainwindow.h
- Timestamp:
- 01/20/10 22:02:30 (13 years ago)
- Branches:
- master, qt5
- Children:
- 8fe9bd2
- Parents:
- 926f106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.h
r926f106 r4693fa6 23 23 void updateDayView(const QDate &aDate); 24 24 void updateTab(const int n); 25 void update ActivitiesDayView(const QDate &aDate);26 void updateFavourites DayView(const QDate &aDate);25 void updateTracksView(const QDate &aDate); 26 void updateFavouritesView(const QDate &aDate); 27 27 void itemClicked(const QModelIndex &aIndex); 28 28 void displayMap(const QModelIndex &aIndex);
Note: See TracChangeset
for help on using the changeset viewer.