Changeset d06ae27 for src/mvc/conference.cpp
- Timestamp:
- 04/15/10 14:01:48 (12 years ago)
- Branches:
- master, qt5
- Children:
- f5b68a4
- Parents:
- be9b645
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conference.cpp
rbe9b645 rd06ae27 30 30 << QSqlField("day_change", QVariant::Int) 31 31 << QSqlField("timeslot_duration", QVariant::Int) 32 << QSqlField("active", QVariant::Bool)); 32 << QSqlField("active", QVariant::Bool) 33 << QSqlField("url", QVariant::String)); 33 34 34 35 QString const Conference::sTableName = QString("conference"); … … 58 59 activeConfs.append(query.record().value("id").toInt()); 59 60 61 qDebug() << __PRETTY_FUNCTION__ 62 << "activeConfs.count()" << activeConfs.count() 63 ; 64 60 65 if(activeConfs.count()==0) // no active DB 61 66 return 1;
Note: See TracChangeset
for help on using the changeset viewer.