diff options
| author | Kai Uwe Broulik <[email protected]> | 2021-12-16 13:05:11 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2021-12-16 12:06:51 +0000 |
| commit | 4bfc339bacb7f890b2be3ae005d244c7f34c19f2 (patch) | |
| tree | 8def2200ac0c6c76e5f603216b8c10de8944951b /src/panels | |
| parent | 55785991bea7e5c433169bdc3aa9c55f8ebaabd5 (diff) | |
[Information Panel] Remove unused PlacesItemModel
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/information/informationpanelcontent.cpp | 6 | ||||
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index 98c012243..bb5f793cd 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -23,9 +23,6 @@ #include <Baloo/FileMetaDataWidget> -#include <panels/places/placesitem.h> -#include <panels/places/placesitemmodel.h> - #include <Phonon/BackendCapabilities> #include <Phonon/MediaObject> @@ -60,7 +57,6 @@ InformationPanelContent::InformationPanelContent(QWidget* parent) : m_nameLabel(nullptr), m_metaDataWidget(nullptr), m_metaDataArea(nullptr), - m_placesItemModel(nullptr), m_isVideo(false) { parent->installEventFilter(this); @@ -151,8 +147,6 @@ InformationPanelContent::InformationPanelContent(QWidget* parent) : layout->addWidget(m_configureButtons); grabGesture(Qt::TapAndHoldGesture); - - m_placesItemModel = new PlacesItemModel(this); } InformationPanelContent::~InformationPanelContent() diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 78fcf3cd0..38383bd41 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -17,7 +17,6 @@ class KFileItemList; class PhononWidget; class PixmapViewer; -class PlacesItemModel; class QPixmap; class QDialogButtonBox; class QString; @@ -151,7 +150,6 @@ private: QLabel* m_configureLabel; QDialogButtonBox* m_configureButtons; - PlacesItemModel* m_placesItemModel; bool m_isVideo; }; |
