X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/438699c9c023a61e208699e4fdfcb02885766269..412cef6f84e31a76b3efd69e64fe83400c8ed8d0:/src/mvc/treeview.cpp diff --git a/src/mvc/treeview.cpp b/src/mvc/treeview.cpp index 0b3b632..36f1f69 100644 --- a/src/mvc/treeview.cpp +++ b/src/mvc/treeview.cpp @@ -57,8 +57,7 @@ bool TreeView::testForControlClicked(const QModelIndex &aIndex, const QPoint &aP event.update("favourite"); qDebug() << " FAVOURITE [" << qVariantValue(aIndex.data()) << "] -> " << event.isFavourite(); - // update EVENT_CONFLICT table - event.updateConflicts(); + if(event.isFavourite()) { // event has became 'favourite' and so 'conflicts' list may have changed