diff options
| author | Alex Fiestas <[email protected]> | 2012-10-24 01:21:02 +0200 |
|---|---|---|
| committer | Alex Fiestas <[email protected]> | 2012-10-24 01:21:02 +0200 |
| commit | 434a6cf0a7c24be92919aff6ed925985292828f1 (patch) | |
| tree | f53c0f01020dae64d1ad7f599eca4a6011a0b510 /src/panels/places/placesitem.h | |
| parent | 4f6a2780eecca9b46a3ceac35c7bfe0c0ce502e4 (diff) | |
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
Diffstat (limited to 'src/panels/places/placesitem.h')
| -rw-r--r-- | src/panels/places/placesitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <Solid/OpticalDisc> #include <Solid/StorageAccess> #include <Solid/StorageVolume> +#include <Solid/PortableMediaPlayer> class KDirLister; class PlacesItemSignalHandler; @@ -115,6 +116,7 @@ private: QPointer<Solid::StorageAccess> m_access; QPointer<Solid::StorageVolume> m_volume; QPointer<Solid::OpticalDisc> m_disc; + QPointer<Solid::PortableMediaPlayer> m_mtp; QPointer<PlacesItemSignalHandler> m_signalHandler; QPointer<KDirLister> m_trashDirLister; KBookmark m_bookmark; |
