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
@ -120,11 +120,15 @@ public:
|
|||||||
* sets the icon for this toolbutton
|
* sets the icon for this toolbutton
|
||||||
*
|
*
|
||||||
* @arg icon the icon we want to use
|
* @arg icon the icon we want to use
|
||||||
|
*
|
||||||
|
* @since 4.3
|
||||||
*/
|
*/
|
||||||
void setIcon(const QIcon &icon);
|
void setIcon(const QIcon &icon);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the icon of this button
|
* @return the icon of this button
|
||||||
|
*
|
||||||
|
* @since 4.3
|
||||||
*/
|
*/
|
||||||
QIcon icon() const;
|
QIcon icon() const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user