From 05571febc3a85994f5aac642133052a060955c56 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 12 Jan 2012 11:04:59 +0100 Subject: [PATCH] never use alias --- declarativeimports/plasmacomponents/qml/ToolButton.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/declarativeimports/plasmacomponents/qml/ToolButton.qml b/declarativeimports/plasmacomponents/qml/ToolButton.qml index 288b64625..0907a2267 100644 --- a/declarativeimports/plasmacomponents/qml/ToolButton.qml +++ b/declarativeimports/plasmacomponents/qml/ToolButton.qml @@ -39,16 +39,16 @@ Properties: bool checkable: Returns true if the button is checkable. - alias pressed: + bool pressed: Returns true if the button is pressed. alias text: Sets the text for the button. - alias iconSource: + variant iconSource: Sets the icon for the button. It can be any image from any protocol supported by the Image element, or a freedesktop-compatible icon name - alias font: + string font: Sets the font for the button. Signals: