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:
f6300c7
)
activities tab implemented - not finished yet
author
korrco
<korrco@localhost>
Mon, 18 Jan 2010 15:26:51 +0000
(15:26 +0000)
committer
korrco
<korrco@localhost>
Mon, 18 Jan 2010 15:26:51 +0000
(15:26 +0000)
src/mvc/eventmodel.cpp
patch
|
blob
|
history
diff --git
a/src/mvc/eventmodel.cpp
b/src/mvc/eventmodel.cpp
index bd45b4faa5cd16c36535b9423e8966a8866e67c0..1c0d295e877bdb6316a2db65a58746043f4c58e7 100644
(file)
--- a/
src/mvc/eventmodel.cpp
+++ b/
src/mvc/eventmodel.cpp
@@
-146,7
+146,6
@@
int EventModel::rowCount (const QModelIndex & parent) const
void EventModel::clearModel()
{
-/*
for(int i = 0;i < mGroups.count();i++){
QModelIndex idx = index(i, 0);
Group group = mGroups[i];
@@
-155,8
+154,6
@@
void EventModel::clearModel()
endRemoveRows();
//qDebug() << "removing " << group.mChildCount << " events from group:" << i << idx.data() << ":" << ok;
}
-*/
- mGroups.clear();
mEvents.clear();
}