Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM EventViews
Commits
74bff6a9
Commit
74bff6a9
authored
Dec 17, 2020
by
Kevin Funk
☕
Browse files
incidencetreemodel: Improve debug ouput
parent
a01e5ed5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/todo/incidencetreemodel.cpp
View file @
74bff6a9
...
...
@@ -345,7 +345,7 @@ void IncidenceTreeModel::Private::insertNode(const PreNode::Ptr &prenode, bool s
if
(
m_uidMap
.
contains
(
node
->
uid
))
{
qCWarning
(
CALENDARVIEW_LOG
)
<<
"Duplicate incidence detected. File a bug against the resource. collection="
<<
"Duplicate incidence detected
:"
<<
"uid="
<<
node
->
uid
<<
"
. File a bug against the resource. collection="
<<
item
.
storageCollectionId
();
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment