diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2013-05-06 13:31:39 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-06 13:50:34 +0200 |
commit | b5b612ed07df8cd5e6c03feb1a32b239981c5675 (patch) | |
tree | c881206422458433b5a786df139f4e5dd4d9fb1c /src/controls/ToolButton.qml | |
parent | 03bc870a2db25c34292d046338f2f0ba569eaf60 (diff) | |
download | qtquickcontrols-b5b612ed07df8cd5e6c03feb1a32b239981c5675.tar.gz |
Doc: check and correct for compliancy with Writing Guidelines
Task-number: QTBUG-30318
Change-Id: I9839470fbac1d14c1788766d275aba3fac6ec8b1
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Diffstat (limited to 'src/controls/ToolButton.qml')
-rw-r--r-- | src/controls/ToolButton.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/ToolButton.qml b/src/controls/ToolButton.qml index 3116e76e..106a947f 100644 --- a/src/controls/ToolButton.qml +++ b/src/controls/ToolButton.qml @@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0 /*! \qmltype ToolButton \inqmlmodule QtQuick.Controls 1.0 + \since QtQtuick.Controls 1.0 \ingroup applicationwindow \brief Provides a button type that is typically used within a ToolBar. |