API review setIcon() protected
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800392
This commit is contained in:
parent
e435c15f14
commit
4f968e0195
10
dataengine.h
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user