- Timestamp:
- 09/25/12 19:55:18 (10 years ago)
- Branches:
- master, qt5
- Children:
- 7e45288
- Parents:
- a8f8b5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conference.h
ra8f8b5d ra62988a 52 52 QString url() const { return stringFromNullable(value("url")); } 53 53 54 #if 055 void setId(int id) { setValue("id", id); }56 void setTitle(const QString& title) { setValue("title", title); }57 void setSubtitle(const QString& subtitle) { setValue("subtitle", subtitle); }58 void setVenue(const QString& venue) { setValue("venue", venue); }59 void setCity(const QString& city) { setValue("city", city); }60 void setStart(const QDate& start) { setValue("start", start); }61 void setEnd(const QDate& end) { setValue("end", end); }62 void setDays(int days) { setValue("days", days); }63 void setDayChange(int dayChange) { setValue("day_change", dayChange); }64 void setTimeslotDuration(int timeslotDuration) { setValue("timeslot_duration", timeslotDuration); }65 void setActive(bool active) { setValue("active", (int)((active))); }66 #endif67 54 void setUrl(const QString& url) 68 55 {
Note: See TracChangeset
for help on using the changeset viewer.