Changeset cf385cd for src/gui/eventdialog.cpp
- Timestamp:
- 06/28/11 23:31:33 (12 years ago)
- Branches:
- master, qt5
- Children:
- bdeb1ff
- Parents:
- 0145b04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/eventdialog.cpp
r0145b04 rcf385cd 87 87 } 88 88 89 qDebug() << " FAVOURITE [" << event.id() << "] -> " << event.isFavourite();90 91 89 // have to emit 'eventHasChanged' signal on all events in conflict 92 90 for(int i=0; i<conflicts.count(); i++) … … 121 119 Alarm alarm; 122 120 int cookie = alarm.addAlarm(event.id(),QDateTime::currentDateTime().addSecs(10)); 123 qDebug() << "cookie: " << cookie;124 121 #endif /* MAEMO */ 125 122 } 126 123 event.update("alarm"); 127 qDebug() << " ALARM [" << event.id() << "] -> " << event.hasAlarm();128 124 // since the Alarm icon has changed, update TreeView accordingly 129 125 // all TreeViews have to listen on this signal
Note: See TracChangeset
for help on using the changeset viewer.