Changeset 1343ea4 for src/mvc/event.h
- Timestamp:
- 01/20/17 23:04:17 (6 years ago)
- Branches:
- master, qt5
- Children:
- 81d87d7
- Parents:
- ec7fa22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
rec7fa22 r1343ea4 66 66 Favourite favourite() const { return static_cast<Favourite>(value("favourite").toInt()); } 67 67 bool hasAlarm() const { return value("alarm").toBool(); } 68 bool hasTimeConflict() const;68 Favourite timeConflict() const; 69 69 QString tag() const { return value("tag").toString(); } 70 70 QString title() const { return value("title").toString(); }
Note: See TracChangeset
for help on using the changeset viewer.