mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kfile: KFilePlacesViewDelegate cleanup
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
bdbbb9df78
commit
cb8b3764f4
1 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue