From 0e022e36ba45b00986d113cf26161c292adc3a2b Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Wed, 4 Mar 2015 15:31:09 +0100 Subject: Doc: Fix qtdoc warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mostly link errors and missing documentation. And removed useless references to {QtQuick.Controls.Styles} in the doc. Change-Id: Iad211a574c0bd23c84e067e0cbcc18c3e719cde7 Reviewed-by: Topi Reiniƶ --- src/controls/RadioButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controls/RadioButton.qml') diff --git a/src/controls/RadioButton.qml b/src/controls/RadioButton.qml index b03028a1..a7808a5c 100644 --- a/src/controls/RadioButton.qml +++ b/src/controls/RadioButton.qml @@ -73,7 +73,7 @@ import QtQuick.Controls.Private 1.0 \endqml You can create a custom appearance for a RadioButton by - assigning a \l {QtQuick.Controls.Styles::RadioButtonStyle}{RadioButtonStyle}. + assigning a \l {RadioButtonStyle}. */ AbstractCheckable { -- cgit v1.2.1