source:
src/model/event.cpp
@
5a73d27
Last change on this file since 5a73d27 was 5a73d27, checked in by , 13 years ago | |
---|---|
|
|
File size: 224 bytes |
Line | |
---|---|
1 | #include "event.h" |
2 | |
3 | QStringList const Event::sColNames = QStringList() |
4 | << "id" << "xid_conference" << "start" << "duration" << "xid_activity" << "type" << "language"; |
5 | |
6 | QString const Event::sTableName = QString("event"); |
Note: See TracBrowser
for help on using the repository browser.