Changeset bda4629 in confclerk_git for src/mvc/event.h
- Timestamp:
- 01/21/17 23:22:39 (5 years ago)
- Branches:
- master, qt5
- Children:
- 5fc5d13
- Parents:
- 7ea396f
- git-author:
- Philipp Spitzer <philipp@…> (01/21/17 23:19:49)
- git-committer:
- Philipp Spitzer <philipp@…> (01/21/17 23:22:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.h
r7ea396f rbda4629 87 87 void setLanguage(const QString & language) { setValue("language", language); } 88 88 void setFavourite(Favourite favourite) { setValue("favourite", (int) favourite); } 89 void cycleFavourite( );89 void cycleFavourite(bool back = false); 90 90 void setHasAlarm(bool alarm) { setValue("alarm", (int)((alarm))); } 91 91 void setTag(const QString& tag) { setValue("tag", tag); }
Note: See TracChangeset
for help on using the changeset viewer.