summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-03-25 12:46:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-25 12:49:17 +0100
commit895fa0de79b40345d5abefe7514527dfd585cbe1 (patch)
tree6f6deb310c8cec391f7f2a48eb6241ebe8ecc289 /src
parentf65a0b6e3f4bee40dcabcb65e5fdd7d7eb9dd87f (diff)
Fix grammar in QFontInfo::styleName() doc.
Change-Id: I673ecc8931f4824dc4fb923056354cfd2e119e40 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/text/qfont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp
index 2e21a81187..a8b3aabf19 100644
--- a/src/gui/text/qfont.cpp
+++ b/src/gui/text/qfont.cpp
@@ -2395,7 +2395,7 @@ QString QFontInfo::family() const
\since 4.8
Returns the style name of the matched window system font on
- system that supports it.
+ systems that support it.
\sa QFont::styleName()
*/