From e043dbd043879eac094ebf2d7cef7b003585a1ae Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 28 Dec 2011 18:01:57 +0100 Subject: [PATCH] document a bit more iconSource --- declarativeimports/plasmacomponents/qml/Button.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/Button.qml b/declarativeimports/plasmacomponents/qml/Button.qml index 649b6048c..8ea122e24 100644 --- a/declarativeimports/plasmacomponents/qml/Button.qml +++ b/declarativeimports/plasmacomponents/qml/Button.qml @@ -57,7 +57,7 @@ Properties: * url iconSource: This property holds the source url for the Button's icon. - The default value is an empty url, which displays no icon. + The default value is an empty url, which displays no icon, it can be any image from any protocol supported by the Image element, or a freedesktop-compatible icon name * font font: This property holds the font used by the button label.