Changeset 29af341 in confclerk_git
- Timestamp:
- 07/21/21 23:45:49 (10 months ago)
- Branches:
- master
- Children:
- d858942
- Parents:
- 8d47489
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conference.cpp
r8d47489 r29af341 31 31 << QSqlField("day_change", QVariant::Int) 32 32 << QSqlField("timeslot_duration", QVariant::Int) 33 << QSqlField("utc_offset", QVariant::Int) 34 << QSqlField("display_time_shift", QVariant::Int) 33 35 << QSqlField("active", QVariant::Bool) 34 36 << QSqlField("url", QVariant::String)
Note: See TracChangeset
for help on using the changeset viewer.