QHeaderView - renaming functions in Qt5
authorThorbjørn Lund Martsum <tmartsum@gmail.com>
Sat, 3 Mar 2012 05:05:54 +0000 (06:05 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Mar 2012 10:37:18 +0000 (11:37 +0100)
commitb64426248d2212eb59535b2ca383d30fdb5e1c7a
tree2f6be98708d89fd9d513e4af61f4da62a9607e70
parent7220d7f365d6cfa500db8517493c453603575c8b
QHeaderView - renaming functions in Qt5

This patch renames the functions in Qt5 according to the
notes. It also renames resizeMode to be consistent.

The old functions are both marked with both QT_DEPRECATED
and '### Qt 6 - remove'

All usage of the function within the qtbase are also
changed to use the new functions.

Change-Id: I9e05fa41d232e9ca43b945fcc949987017f3aedd
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
dist/changes-5.0.0
src/widgets/itemviews/qheaderview.cpp
src/widgets/itemviews/qheaderview.h
src/widgets/itemviews/qtableview.cpp
src/widgets/itemviews/qtreeview.cpp
src/widgets/itemviews/qtreewidget.cpp
src/widgets/widgets/qcalendarwidget.cpp
tests/auto/widgets/dialogs/qfilesystemmodel/tst_qfilesystemmodel.cpp
tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp