QHeaderView::setOffsetToSectionPosition documentation update
authorThorbjørn Lund Martsum <tmartsum@gmail.com>
Sun, 22 Jan 2012 18:52:58 +0000 (19:52 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 31 Jan 2012 19:01:06 +0000 (20:01 +0100)
commitc47b0287498faf33bc7456579bc5fa6d47180114
treec0ea96bd623b235185e3f9c9bfede8670a433cf7
parentc22be731680c8766894419f9c91a659459baadeb
QHeaderView::setOffsetToSectionPosition documentation update

The documentation has used the word visualIndex for the argument
to this function. That is however very misleading since this
visualIndex is not the same as 'visualIndex' as we have in

visualIndex(int logicalIndex)
logicalIndex(int visualIndex)
or visualIndexAt(int position)

Beside the above a variable name has also been changed from
visualIndex to actualVisualIndex.

Change-Id: I43808adfd7c287a349474ab1e2656c417c8cf3e9
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/widgets/itemviews/qheaderview.cpp