Changeset 4693fa6 for src/mvc/event.cpp
- Timestamp:
- 01/20/10 22:02:30 (13 years ago)
- Branches:
- master, qt5
- Children:
- 8fe9bd2
- Parents:
- 926f106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.cpp
r926f106 r4693fa6 8 8 int const Event::sTable1ColCount = 9; // see 'toRecord()' for more details 9 9 int const Event::sTable2ColCount = 5; // see 'toRecord()' for more details 10 const QString Event::XID_ACTIVITY = "xid_activity";11 const QString Event::START = "start";12 13 14 10 15 11 QSqlRecord const Event::sColumns = Event::toRecord(QList<QSqlField>() … … 19 15 << QSqlField("start", QVariant::DateTime) 20 16 << QSqlField("duration", QVariant::Int) 21 << QSqlField("xid_ activity", QVariant::Int)17 << QSqlField("xid_track", QVariant::Int) 22 18 << QSqlField("type", QVariant::String) 23 19 << QSqlField("language", QVariant::String)
Note: See TracChangeset
for help on using the changeset viewer.