From 0260aa98ead26d7a9a70001c1f65d5ac718edce2 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Mon, 31 Oct 2011 06:48:42 +0200 Subject: [PATCH] Add some documentation to IconLoader.qml --- .../plasmacomponents/qml/IconLoader.qml | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/IconLoader.qml b/declarativeimports/plasmacomponents/qml/IconLoader.qml index 62718b845..0b3a03c59 100644 --- a/declarativeimports/plasmacomponents/qml/IconLoader.qml +++ b/declarativeimports/plasmacomponents/qml/IconLoader.qml @@ -21,6 +21,26 @@ import QtQuick 1.1 import org.kde.plasma.core 0.1 as PlasmaCore import org.kde.qtextracomponents 0.1 +/**Documentanted API +Inherits: + Item + +Imports: + QtQuick 1.1 + org.kde.plasma.core + org.kde.qtextracomponents + +Description: + TODO i need more info here + +Properties: + bool valid: + Returns if the icon is valid or not. + + string source: + Returns the dir,in which the icon exists. +**/ + Item { id: root @@ -65,7 +85,7 @@ Item { anchors.fill: parent } } - + Component { id: iconComponent