diff options
| author | Tomaz Canabrava <[email protected]> | 2018-06-22 16:03:48 +0200 |
|---|---|---|
| committer | Tomaz Canabrava <[email protected]> | 2018-06-26 11:06:36 +0200 |
| commit | 9b7ceaa74da3820f43a8743a4824cf5419466791 (patch) | |
| tree | d25b4c583e1bbb68bfdd23a114a40cecc85a7d9d /src/panels/places/placesitem.h | |
| parent | 9b2a9704ee81c63aa13e646f87242087f88d973b (diff) | |
| parent | 088e692007363bb2c8cd98487cc36ad63186b2d4 (diff) | |
don't use temporaries when uneeded
Summary:
Remove unused variable
Compiled, Run. Trash still there.
Use copy ellision
Remove uneeded code
Reviewers: #dolphin, elvisangelaccio
Reviewed By: #dolphin, elvisangelaccio
Subscribers: elvisangelaccio, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D13680
Diffstat (limited to 'src/panels/places/placesitem.h')
| -rw-r--r-- | src/panels/places/placesitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/panels/places/placesitem.h b/src/panels/places/placesitem.h index 3de626983..1677cca19 100644 --- a/src/panels/places/placesitem.h +++ b/src/panels/places/placesitem.h @@ -105,7 +105,6 @@ private: QPointer<Solid::OpticalDisc> m_disc; QPointer<Solid::PortableMediaPlayer> m_mtp; QPointer<PlacesItemSignalHandler> m_signalHandler; - QPointer<KDirLister> m_trashDirLister; KBookmark m_bookmark; friend class PlacesItemSignalHandler; // Calls onAccessibilityChanged() |
