Skip to content

changerecorderjournal: Fix loading tags

Carl Schwan requested to merge work/carl/fix-loading-tags into master

In loadTags, we read cnt from the QDataStream, so we don't need to read it in loadItemNotification. Worse reading it in loadItemNotification will break the loadTags method as cnt will then be incorrect (e.g. 400 000 000) and will take a very long time to complete and hog the CPU.

Merge request reports

Loading