QHeaderView - rename many spans classes and variables
authorThorbjørn Lund Martsum <tmartsum@gmail.com>
Tue, 3 Apr 2012 04:38:48 +0000 (06:38 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 10 Apr 2012 23:42:12 +0000 (01:42 +0200)
commit699f2424eba929d04b081af2a0cad74e2e58e235
tree17a3c11f072ec3f3f766b7b0dd6488b15dddbc48
parent8692326629eb736a007a30f9ccb91c72409c9117
QHeaderView - rename many spans classes and variables

In (SHA) b800d8b94a7861ecf8853621f6556fca186fb5b7 the span model
was replaced with a plain section model. The code however still has
variables and classes called someting with spans which would be
confusing for possible new readers of the code.

This patch cleans up most of it. It only renames classes,functions
and variables (and not any semantics or the public API).

Change-Id: I6ceb068c7317223f0d8e37f8032197f518d0174c
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/widgets/itemviews/qheaderview.cpp
src/widgets/itemviews/qheaderview_p.h
tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp