mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
kdeplasma-addons: remove redundant ColorIconEngine destructor
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4a864bb605
commit
86c964343e
1 changed files with 0 additions and 5 deletions
|
@ -98,7 +98,6 @@ class ColorIconEngine : public QIconEngine
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColorIconEngine(const QColor &color);
|
ColorIconEngine(const QColor &color);
|
||||||
virtual ~ColorIconEngine();
|
|
||||||
|
|
||||||
virtual void paint(QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state);
|
virtual void paint(QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state);
|
||||||
virtual QPixmap pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state);
|
virtual QPixmap pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state);
|
||||||
|
@ -114,10 +113,6 @@ ColorIconEngine::ColorIconEngine(const QColor &color)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
ColorIconEngine::~ColorIconEngine()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void ColorIconEngine::paint(QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state)
|
void ColorIconEngine::paint(QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state)
|
||||||
{
|
{
|
||||||
Q_UNUSED(mode)
|
Q_UNUSED(mode)
|
||||||
|
|
Loading…
Add table
Reference in a new issue