API review setIcon() protected

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800392
This commit is contained in:
Anne-Marie Mahfouf 2008-04-24 07:04:03 +00:00
parent e435c15f14
commit 4f968e0195

View File

@ -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