From 996fe25208f9db430daa7d1800c4476929eef0dd Mon Sep 17 00:00:00 2001 From: Alex Fiestas Date: Wed, 24 Oct 2012 01:21:02 +0200 Subject: Show MTP devices in case support for it is installed Basically adds a conditional that in case that mtp kioslave is installed devices with MTP are added to the predicated. REVIEW: 106651 (cherry picked from commit a09a23795050be4ad6e2c987614cb28096030cc8) --- src/panels/places/placesitem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/panels/places/placesitem.h') diff --git a/src/panels/places/placesitem.h b/src/panels/places/placesitem.h index 5a24a5268..297f12d91 100644 --- a/src/panels/places/placesitem.h +++ b/src/panels/places/placesitem.h @@ -28,6 +28,7 @@ #include #include #include +#include class KDirLister; class PlacesItemSignalHandler; @@ -115,6 +116,7 @@ private: QPointer m_access; QPointer m_volume; QPointer m_disc; + QPointer m_mtp; QPointer m_signalHandler; QPointer m_trashDirLister; KBookmark m_bookmark; -- cgit v1.3