[Icon Item] Remove unused variables
Differential Revision: https://phabricator.kde.org/D11077
This commit is contained in:
parent
6a53a2d917
commit
8019cb369c
@ -202,14 +202,11 @@ private:
|
|||||||
QIcon m_icon;
|
QIcon m_icon;
|
||||||
Plasma::Svg *m_svgIcon;
|
Plasma::Svg *m_svgIcon;
|
||||||
QString m_svgIconName;
|
QString m_svgIconName;
|
||||||
QPixmap m_pixmapIcon;
|
|
||||||
QImage m_imageIcon;
|
QImage m_imageIcon;
|
||||||
//this contains the raw variant it was passed
|
//this contains the raw variant it was passed
|
||||||
QVariant m_source;
|
QVariant m_source;
|
||||||
Plasma::Svg::Status m_status;
|
Plasma::Svg::Status m_status;
|
||||||
|
|
||||||
QSizeF m_implicitSize;
|
|
||||||
|
|
||||||
bool m_smooth;
|
bool m_smooth;
|
||||||
bool m_active;
|
bool m_active;
|
||||||
bool m_animated;
|
bool m_animated;
|
||||||
|
Loading…
Reference in New Issue
Block a user