Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
4bfc339b
Commit
4bfc339b
authored
Dec 16, 2021
by
Kai Uwe Broulik
🍇
Browse files
[Information Panel] Remove unused PlacesItemModel
parent
55785991
Pipeline
#111131
passed with stage
in 4 minutes and 52 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/panels/information/informationpanelcontent.cpp
View file @
4bfc339b
...
...
@@ -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
()
...
...
src/panels/information/informationpanelcontent.h
View file @
4bfc339b
...
...
@@ -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
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment