Plasma::ToolButton::setIcon()/icon() since 4.3

CCMAIL: notmart@gmail.com

svn path=/trunk/KDE/kdelibs/; revision=975842
This commit is contained in:
Fathi Boudra 2009-05-31 12:20:57 +00:00
parent 9e50b9b61e
commit 9078536006

View File

@ -118,13 +118,17 @@ public:
/**
* sets the icon for this toolbutton
*
*
* @arg icon the icon we want to use
*
* @since 4.3
*/
void setIcon(const QIcon &icon);
/**
* @return the icon of this button
*
* @since 4.3
*/
QIcon icon() const;