Fix return-std-move warning in CollectionStatistics

Authored by dvratil on Jun 1 2019, 6:35 PM.

Description

Fix return-std-move warning in CollectionStatistics

Returning a named local variable does not move in this case because qb
is of a different type than the return type of the function, so Clang
warns that a copy is produced instead of a move, use std::move() explicitly
here.

Details

Committed
dvratilJun 2 2019, 12:51 PM
Parents
R165:f915e8731a76: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown