summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/submitfieldwidget.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-09-10 15:46:58 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-09-10 16:36:44 +0200
commitae72d4f88a039cd0ef3e46940dd5636ee292b26a (patch)
treeb71482f2891632ba8a78a7ca48ee22c885b444e4 /src/plugins/vcsbase/submitfieldwidget.cpp
parent62e98bf19f6dab78fdd857d6746cfccfbd8fce0c (diff)
downloadqt-creator-ae72d4f88a039cd0ef3e46940dd5636ee292b26a.tar.gz
Doc: edit vcsbase docs
Remove \brief for \enum and \fn commands. Use standard wording. Edit for style and grammar. Change-Id: I338567241ddc7f90feaaf058dcd4dc9afdb8ca93 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/vcsbase/submitfieldwidget.cpp')
-rw-r--r--src/plugins/vcsbase/submitfieldwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/vcsbase/submitfieldwidget.cpp b/src/plugins/vcsbase/submitfieldwidget.cpp
index a0df616cf0..4dd0052198 100644
--- a/src/plugins/vcsbase/submitfieldwidget.cpp
+++ b/src/plugins/vcsbase/submitfieldwidget.cpp
@@ -57,10 +57,10 @@ static void inline setComboBlocked(QComboBox *cb, int index)
fields like "reviewed-by:",
"signed-off-by:".
- It displays them in a vertical row of combo/line edit fields
+ The widget displays the fields in a vertical row of combo boxes or line edit fields
that is modeled after the target address controls of mail clients.
- When choosing a different field in the combo, a new row is opened if text
- has been entered for the current field. Optionally, a "Browse..." button and
+ When choosing a different field in the combo box, a new row is opened if text
+ has been entered for the current field. Optionally, a \gui Browse button and
completer can be added.
*/