Doc fixes.
authorFrederik Gladhorn <frederik.gladhorn@digia.com>
Thu, 20 Sep 2012 15:51:53 +0000 (17:51 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 3 Nov 2012 20:10:20 +0000 (21:10 +0100)
Change-Id: Id2042c33a9762261756d1065781005dfef341797
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/widgets/styles/qstyleplugin.cpp
src/widgets/widgets/qsplitter.cpp

index a42e156..7cd44ef 100644 (file)
@@ -82,8 +82,6 @@ QT_BEGIN_NAMESPACE
     style. Note that the keys are case insensitive. For example:
 
     \snippet qstyleplugin/main.cpp 1
-
-    \sa keys()
 */
 
 /*!
index bbd5695..18724ca 100644 (file)
@@ -1536,7 +1536,7 @@ void QSplitter::setSizes(const QList<int> &list)
     and style preferences.
 
     If you set handleWidth to 1 or 0, the actual grab area will grow to overlap a
-    few pixels of it's respective widgets.
+    few pixels of its respective widgets.
 */
 
 int QSplitter::handleWidth() const