summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-01 14:51:35 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 15:37:46 +0200
commit864a843f98f58ce09528dca1ae7465f8149e404f (patch)
treeb56598c569dc0ab322b0c2d98a9769e1bccbc8ae /src/widgets/kernel
parentc3189a0a229cf6ac0e9ea93854b0273551e119d0 (diff)
fix a few qdoc command typos
Change-Id: I5eb3a6d2bb7939f001f1fcb836660dd46a47c350 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index ac2c5f20a3..dbf027b25a 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -9246,7 +9246,7 @@ int QWidget::heightForWidth(int w) const
/*!
- \Since 5.0
+ \since 5.0
Returns true if the widget's preferred height depends on its width; otherwise returns false.
*/