diff options
author | Jonathan Liu <net147@gmail.com> | 2013-07-02 11:31:00 +1000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-07-02 09:18:37 +0200 |
commit | c79ed398e6d70717243feccb78e362ed1ee819eb (patch) | |
tree | ccbdd72daacf896731318189302d1d60fbfa8c84 | |
parent | 120d7274e971e520ecbeb87f3e23459a73cb40fa (diff) | |
download | qtquickcontrols-c79ed398e6d70717243feccb78e362ed1ee819eb.tar.gz |
Doc: Fix typo
Change-Id: I30caefc6be728677e14557c7bbb3d4a924007f94
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
-rw-r--r-- | src/controls/ToolButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ToolButton.qml b/src/controls/ToolButton.qml index 3c1eab1a..7f5fcb7a 100644 --- a/src/controls/ToolButton.qml +++ b/src/controls/ToolButton.qml @@ -45,7 +45,7 @@ import QtQuick.Controls.Private 1.0 /*! \qmltype ToolButton \inqmlmodule QtQuick.Controls 1.0 - \since QtQtuick.Controls 1.0 + \since QtQuick.Controls 1.0 \ingroup controls \brief Provides a button type that is typically used within a ToolBar. |