- Timestamp:
- 06/12/13 20:59:22 (10 years ago)
- Branches:
- master, qt5
- Children:
- cd7b663
- Parents:
- a8b5185
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
ra8b5185 r173399b 113 113 connect(alarmTimer, SIGNAL(timeout()), SLOT(onAlarmTimerTimeout())); 114 114 115 // add the actions from the main menu to the window, otherwise the shortcuts don't work on MAEMO 116 addAction(conferencesAction); 117 addAction(settingsAction); 118 addAction(quitAction); 119 120 // open conference 115 121 useConference(Conference::activeConference()); 116 122 // optimization, see useConference() code
Note: See TracChangeset
for help on using the changeset viewer.