Skip to content

Remove dangling reference

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

remoteCollection.contentMimeTypes() creates a temporary which is deleted at the end of the expression. This was a compiler warning.

Merge request reports