Changeset c718a77 in confclerk_git for src/gui/mainwindow.h
- Timestamp:
- 01/21/10 23:03:07 (13 years ago)
- Branches:
- master, qt5
- Children:
- d336730
- Parents:
- 1735f55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.h
r1735f55 rc718a77 20 20 void aboutApp(); 21 21 void updateDayView(const QDate &aDate); 22 void updateTab(const int n);23 22 void updateTracksView(const QDate &aDate); 24 23 void updateFavouritesView(const QDate &aDate); … … 28 27 void displayWarning(const QModelIndex &aIndex); 29 28 void searchClicked(); 29 void tabHasChanged(int aIndex); 30 void eventHasChanged(int aEventId); 30 31 private: 31 32 SqlEngine *mSqlEngine;
Note: See TracChangeset
for help on using the changeset viewer.