Plasma::ToolButton::setIcon()/icon() since 4.3
CCMAIL: notmart@gmail.com svn path=/trunk/KDE/kdelibs/; revision=975842
This commit is contained in:
parent
9e50b9b61e
commit
9078536006
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user