ToastFreeware
/
toast
/
confclerk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606c155
)
activities tab implemented
author
korrco
<korrco@localhost>
Thu, 21 Jan 2010 13:03:32 +0000
(13:03 +0000)
committer
korrco
<korrco@localhost>
Thu, 21 Jan 2010 13:03:32 +0000
(13:03 +0000)
src/mvc/eventmodel.cpp
patch
|
blob
|
history
diff --git
a/src/mvc/eventmodel.cpp
b/src/mvc/eventmodel.cpp
index 3015565b6a6a4633ce170f060b7e5e3ee25301a2..e497c25fc80c114abab90c883cc15196b1bb6f80 100644
(file)
--- a/
src/mvc/eventmodel.cpp
+++ b/
src/mvc/eventmodel.cpp
@@
-167,7
+167,7
@@
void EventModel::loadEvents(const QDate &aDate, int aConferenceId)
if(Conference::getAll().count())
{
qDebug() << "Loading Conference Data: [" << Conference::getById(aConferenceId).title() << "] " << aDate;
- mEvents = Event::getByDate(QDate(aDate.year(), aDate.month(), aDate.day()), aConferenceId,
Event::START
);
+ mEvents = Event::getByDate(QDate(aDate.year(), aDate.month(), aDate.day()), aConferenceId,
"start"
);
}
createTimeGroups();
}