From 4f968e01954c5a4767faf328f0624415fa9f29fc Mon Sep 17 00:00:00 2001 From: Anne-Marie Mahfouf Date: Thu, 24 Apr 2008 07:04:03 +0000 Subject: [PATCH] API review setIcon() protected svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800392 --- dataengine.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dataengine.h b/dataengine.h index 58f299b00..be3c079ff 100644 --- a/dataengine.h +++ b/dataengine.h @@ -196,11 +196,6 @@ class PLASMA_EXPORT DataEngine : public QObject */ bool isEmpty() const; - /** - * Sets the icon for this data engine - **/ - void setIcon(const QString& icon); - /** * @return the name of the icon for this data engine; and empty string * is returned if there is no associated icon. @@ -387,6 +382,11 @@ class PLASMA_EXPORT DataEngine : public QObject */ void setName(const QString &name); + /** + * Sets the icon for this data engine + **/ + void setIcon(const QString& icon); + protected Q_SLOTS: /** * Call this method when you call setData directly on a DataContainer instead