Changeset 830f102 for src/gui/mainwindow.cpp
- Timestamp:
- 01/26/10 14:12:41 (13 years ago)
- Branches:
- master, qt5
- Children:
- 6197713
- Parents:
- c15be10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
rc15be10 r830f102 48 48 49 49 connect(importScheduleWidget, SIGNAL(scheduleImported(int)), SLOT(scheduleImported(int))); 50 51 // connect Menu actions52 connect(actionAboutQt, SIGNAL(triggered()), qApp, SLOT(aboutQt()));53 connect(actionAboutApplication, SIGNAL(triggered()), SLOT(aboutApp()));54 50 55 51 connect(dayNavigator, SIGNAL(dateChanged(const QDate &)), SLOT(updateDayView(const QDate &)));
Note: See TracChangeset
for help on using the changeset viewer.