summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qheaderview.cpp
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-08-16 14:55:29 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-20 21:10:02 +0200
commiteb0e960e74da6b799c4d8f95cb6a22412c4c9466 (patch)
treed5e2240655eb2e2755c76aba06e1c064a9ae3266 /src/widgets/itemviews/qheaderview.cpp
parentfe0a6e57a045b9db7ad812025ed65a6ba011c68d (diff)
Fix the doc errors in itemmodels and itemviews.
Other errors remain, but they appear to be due to missing links to QtCore documentation (a generic error not specific to itemviews). Change-Id: I7b83380c3754c26d3d42be9ef0c0721ce3127562 Reviewed-by: Shawn Rutledge <shawn.rutledge@nokia.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src/widgets/itemviews/qheaderview.cpp')
-rw-r--r--src/widgets/itemviews/qheaderview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/itemviews/qheaderview.cpp b/src/widgets/itemviews/qheaderview.cpp
index 8ba5d74946..2f20bdd896 100644
--- a/src/widgets/itemviews/qheaderview.cpp
+++ b/src/widgets/itemviews/qheaderview.cpp
@@ -471,7 +471,7 @@ void QHeaderView::setOffset(int newOffset)
\since 4.2
Sets the offset to the start of the section at the given \a visualSectionNumber.
\a visualSectionNumber is the actual visible section when hiddenSections are
- not considered. That is not always the same as \a visualIndex.
+ not considered. That is not always the same as visualIndex().
\sa setOffset(), sectionPosition()
*/
@@ -1081,7 +1081,7 @@ int QHeaderView::logicalIndex(int visualIndex) const
}
/*!
- If \a sectionsMovable is true, the header may be moved by the user; otherwise it
+ If \a movable is true, the header may be moved by the user; otherwise it
is fixed in place.
\sa sectionsMovable(), sectionMoved()
@@ -1119,7 +1119,7 @@ bool QHeaderView::sectionsMovable() const
// ### Qt 6 - remove this obsolete function
/*!
\obsolete
- \fn bool QHeaderView::isMovable(bool movable)
+ \fn bool QHeaderView::isMovable(bool movable) const
Use sectionsMovable instead.