summaryrefslogtreecommitdiff
path: root/src/controls/ToolButton.qml
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-03-18 15:25:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-19 11:37:13 +0100
commit483c11418e27433308e7d127c865efb105868650 (patch)
treea744f2d8077d97c088e463ac4cfb2d99a741fa90 /src/controls/ToolButton.qml
parent5cf72dcfc76772a39d43eaebc010ef0de718def9 (diff)
downloadqtquickcontrols-483c11418e27433308e7d127c865efb105868650.tar.gz
Doc: added commas
- after conjunction "but" - to separate two sentences Change-Id: I0dcf96984914bceff3504b31d6e2fd36aeacea95 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/controls/ToolButton.qml')
-rw-r--r--src/controls/ToolButton.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controls/ToolButton.qml b/src/controls/ToolButton.qml
index 833ba127..007bbec7 100644
--- a/src/controls/ToolButton.qml
+++ b/src/controls/ToolButton.qml
@@ -47,9 +47,9 @@ import "Styles/Settings.js" as Settings
\qmltype ToolButton
\inqmlmodule QtQuick.Controls 1.0
\ingroup applicationwindow
- \brief ToolButton provides a button type that is typically used within a ToolBar.
+ \brief Provides a button type that is typically used within a ToolBar.
- ToolButton is functionally similar to \l Button but can provide a look that is more
+ ToolButton is functionally similar to \l Button, but can provide a look that is more
suitable within a \l ToolBar.
\code
@@ -66,7 +66,7 @@ BasicButton {
property url iconSource
/*! The image label source as theme name.
- When an icon from the platform icon theme is found this takes
+ When an icon from the platform icon theme is found, this takes
precedence over iconSource.
*/
property url iconName