]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/mvc/conference.h
Remove unsed (and removed from db) 'days' column fro xml parser and all sql parts.
[toast/confclerk.git] / src / mvc / conference.h
index fbb3a18806cca51e4df3b86c2a48236768396025..1b3157f4340cec346d51ffb383c7a2893bc7a59b 100644 (file)
@@ -45,7 +45,6 @@ public:
     QString city() const { return value("city").toString(); }
     QDate start() const { return value("start").toDate(); }
     QDate end() const { return value("end").toDate(); }
-    int days() const { return value("days").toInt(); }
     int dayChange() const { return value("day_change").toInt(); } // in seconds from 00:00
     int timeslotDuration() const { return value("timeslot_duration").toInt(); } // in seconds
     bool isActive() const { return value("active").toBool(); }