Commit 483c1141 authored by Nico Vertriest's avatar Nico Vertriest Committed by The Qt Project
Browse files

Doc: added commas


- after conjunction "but"
- to separate two sentences

Change-Id: I0dcf96984914bceff3504b31d6e2fd36aeacea95
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
parent 5cf72dcf
No related merge requests found
Showing with 3 additions and 3 deletions
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment