Changeset f2ef735 in confclerk_git for src/mvc/event.h
- Timestamp:
- 01/20/10 16:16:10 (13 years ago)
- Branches:
- master, qt5
- Children:
- d4a8bbf
- Parents:
- 990afd5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
r990afd5 rf2ef735 41 41 bool isFavourite() const { return value("favourite").toBool(); } 42 42 bool hasAlarm() const { return value("alarm").toBool(); } 43 bool hasTimeConflict() const { return true; /*return value("warning").toBool()*/; } //TODO 43 44 // Table 2 : virtual table for FTS (Full Text Search) 44 45 QString tag() const { return value("tag").toString(); }
Note: See TracChangeset
for help on using the changeset viewer.