qt: networkmediamodel: move std::vector instead of pointer
commitf8d1f140e2bb6d76b382dc639ada31b3de26cf1c
authorAlexandre Janniaux <ajanni@videolabs.io>
Fri, 17 Jan 2020 14:30:53 +0000 (17 15:30 +0100)
committerThomas Guillem <thomas@gllm.fr>
Wed, 22 Jan 2020 09:08:28 +0000 (22 10:08 +0100)
treedcaa4ce8302ca1cb318622294736505c8d3e2ae3
parent2addd045ce655e98ba2f5bc564b6a521a9bf5a35
qt: networkmediamodel: move std::vector instead of pointer

Creating a pointer with new is unprotected and unecessary here. The
vector itself can be moved without much cost.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
modules/gui/qt/network/networkmediamodel.cpp