- Timestamp:
- 07/15/11 01:00:49 (12 years ago)
- Branches:
- master, qt5
- Children:
- d785a93
- Parents:
- 664e8bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/eventdialog.cpp
r664e8bd rff9a2cb 118 118 // add alarm to the 'alarmd' 119 119 Alarm alarm; 120 int cookie = alarm.addAlarm(event.id(), QDateTime::currentDateTime().addSecs(10));120 int cookie = alarm.addAlarm(event.id(),event.title(),QDateTime::currentDateTime().addSecs(10)); 121 121 #endif /* MAEMO */ 122 122 }
Note: See TracChangeset
for help on using the changeset viewer.