diff --git a/declarativeimports/plasmacomponents/qml/CheckBox.qml b/declarativeimports/plasmacomponents/qml/CheckBox.qml index 2a5b933dd..f806f3655 100644 --- a/declarativeimports/plasmacomponents/qml/CheckBox.qml +++ b/declarativeimports/plasmacomponents/qml/CheckBox.qml @@ -17,6 +17,19 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/**Documentanted API +Inherits: + DualStateButton +Imports: + QtQuick 1.0 + org.kde.plasma.core + + Description: + TODO i need more info here + + Properties: + **/ + import QtQuick 1.0 import org.kde.plasma.core 0.1 as PlasmaCore