IconItem: remove remaining & unused smooth property bits

Summary: fix-up for 18a2ca50ab

Reviewers: #plasma, davidedmundson, apol

Reviewed By: apol

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D20999
This commit is contained in:
Friedrich W. H. Kossebau 2019-05-03 18:49:18 +02:00
parent 91024027b0
commit c8fe7bc5ac

View File

@ -168,7 +168,6 @@ Q_SIGNALS:
void overlaysChanged();
void activeChanged();
void sourceChanged();
void smoothChanged();
void animatedChanged();
void usesPlasmaThemeChanged();
void roundToIconSizeChanged();
@ -201,7 +200,6 @@ private:
QVariant m_source;
Plasma::Svg::Status m_status;
bool m_smooth;
bool m_active;
bool m_animated;
bool m_usesPlasmaTheme;