kfile: KFilePlacesViewDelegate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-06-30 12:52:44 +00:00
parent bdbbb9df78
commit cb8b3764f4

View file

@ -85,7 +85,6 @@ public:
qreal contentsOpacity(const QModelIndex &index) const;
private:
KFilePlacesView *m_view;
int m_iconSize;
QList<QPersistentModelIndex> m_appearingItems;
@ -104,7 +103,6 @@ private:
KFilePlacesViewDelegate::KFilePlacesViewDelegate(KFilePlacesView *parent) :
QAbstractItemDelegate(parent),
m_view(parent),
m_iconSize(48),
m_appearingIconSize(0),
m_appearingOpacity(0.0),