- Timestamp:
- 03/19/13 22:57:29 (10 years ago)
- Branches:
- master, qt5
- Children:
- 4bd5d8a
- Parents:
- 4ca8bdc
- Location:
- src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
r4ca8bdc r3720891 257 257 // 'dayNavigator' emits signal 'dateChanged' after setting valid START:END dates 258 258 dayNavigator->setDates(startDate, endDate); 259 nowAction->trigger(); 259 260 } 260 261 } -
src/gui/mainwindow.h
r4ca8bdc r3720891 63 63 private: 64 64 void fillAndShowConferenceHeader(); 65 void initTabs(); 65 void initTabs(); ///< called on startup and on change of a conference 66 66 void clearTabs(); 67 67 void importData(const QByteArray &aData, const QString& url, int conferenceId);
Note: See TracChangeset
for help on using the changeset viewer.