[vlc-devel] [PATCH 04/14] qt: retreive the artwork when available in network models

Alexandre Janniaux ajanni at videolabs.io
Thu Feb 6 15:51:34 CET 2020


Hi,

There is a typo in the commit title: retreive => retrieve

On Thu, Feb 06, 2020 at 01:56:41PM +0100, Pierre Lamot wrote:
> ---
>  modules/gui/qt/network/networkdevicemodel.cpp | 11 +++++++++++
>  modules/gui/qt/network/networkdevicemodel.hpp |  1 +
>  modules/gui/qt/network/networkmediamodel.cpp  | 11 +++++++++++
>  modules/gui/qt/network/networkmediamodel.hpp  |  1 +
>  4 files changed, 24 insertions(+)
>
> diff --git a/modules/gui/qt/network/networkdevicemodel.cpp b/modules/gui/qt/network/networkdevicemodel.cpp
> index c82740921d..c71d99ce80 100644
> --- a/modules/gui/qt/network/networkdevicemodel.cpp
> +++ b/modules/gui/qt/network/networkdevicemodel.cpp
> @@ -31,6 +31,7 @@ enum Role {
>      NETWORK_PROTOCOL,
>      NETWORK_SOURCE,
>      NETWORK_TREE,
> +    NETWORK_ARTWORK

The previous convention seemed to be adding , at the end of
the line.  It doesn't matter to me though, it's just a
notice if you want to keep following it.


More information about the vlc-devel mailing list