From f2c09faf00e5375bc698732953572841933bb74d Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Mon, 8 Jun 2020 22:45:27 +0200 Subject: Generalize Player protocol support In preparation for AFC support in KFilePlacesModel. This needs to go into stable since otherwise once Solid announces AFC devices Dolphin would see them but try to open them as MTP URL --- src/panels/places/placesitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/panels/places/placesitem.h') diff --git a/src/panels/places/placesitem.h b/src/panels/places/placesitem.h index eccd297fa..1eff7a380 100644 --- a/src/panels/places/placesitem.h +++ b/src/panels/places/placesitem.h @@ -106,7 +106,7 @@ private: QPointer m_access; QPointer m_volume; QPointer m_disc; - QPointer m_mtp; + QPointer m_player; QPointer m_signalHandler; KBookmark m_bookmark; -- cgit v1.3.1