Changeset b6cd05c for src/mvc/event.cpp
- Timestamp:
- 01/18/10 16:13:01 (13 years ago)
- Branches:
- master, qt5
- Children:
- f6300c7
- Parents:
- d23aa6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.cpp
rd23aa6a rb6cd05c 6 6 QString const Event::sTable1Name = QString("event"); 7 7 QString const Event::sTable2Name = QString("virtual_event"); 8 int const Event::sTable1ColCount = 8; // see 'toRecord()' for more details8 int const Event::sTable1ColCount = 9; // see 'toRecord()' for more details 9 9 int const Event::sTable2ColCount = 5; // see 'toRecord()' for more details 10 10 … … 19 19 << QSqlField("language", QVariant::String) 20 20 << QSqlField("favourite", QVariant::Bool) 21 << QSqlField("alarm", QVariant::Bool) 21 22 /* 'columns' from Table2 */ 22 23 << QSqlField("tag", QVariant::String)
Note: See TracChangeset
for help on using the changeset viewer.