Changeset ac787b7 in confclerk_git
- Timestamp:
- 01/28/10 14:41:11 (13 years ago)
- Branches:
- master, qt5
- Children:
- eb21333
- Parents:
- 02a8af2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/event.cpp
r02a8af2 rac787b7 57 57 QList<Event> Event::nowEvents(int conferenceId, QString orderBy) 58 58 { 59 //uint curTime_t = QDateTime(QDate::currentDate(),QTime::currentTime(),Qt::UTC).toTime_t();60 uint curTime_t = 1265457610; // for testing59 uint curTime_t = QDateTime(QDate::currentDate(),QTime::currentTime(),Qt::UTC).toTime_t(); 60 //uint curTime_t = 1265457610; // for testing 61 61 62 62 QSqlQuery query;
Note: See TracChangeset
for help on using the changeset viewer.