Changeset ff9a2cb for src/alarm/alarm.h
- Timestamp:
- 07/15/11 01:00:49 (11 years ago)
- Branches:
- master, qt5
- Children:
- d785a93
- Parents:
- 664e8bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/alarm/alarm.h
r664e8bd rff9a2cb 37 37 Alarm() {} 38 38 ~Alarm() {} 39 int addAlarm(int aEventId, const QDateTime &aDateTime);39 int addAlarm(int aEventId, QString aEventTitle, const QDateTime &aDateTime); 40 40 void deleteAlarm(int aEventId); 41 41 static bool hasEventAlarm(int aEventId);
Note: See TracChangeset
for help on using the changeset viewer.