summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorThorbjørn Lund Martsum <tmartsum@gmail.com>2012-10-25 15:44:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-26 15:23:39 +0200
commit67cabd464dfe567c11f2d8fc4a1ced7a7c05e5dc (patch)
treed2dbd50eb5cd986ec77963b40f0e057bdc894742 /dist/changes-5.0.0
parent49555e3ac956d9f90b01d136c510206cf50d0a8b (diff)
Qt 5.0 - Add QHeaderView refactor to changes notes.
Some widgets users could get the picture that nothing has happened in that area. So lets at least write that something has been improved. Change-Id: Ic314ab06d28e687986a8ab472d8b58830cb0ad90 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.02
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index a9fe12bd2f..4c7cebfa8e 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -550,7 +550,7 @@ QtWidgets
the proper Qt API: due to the version bump, QStyle will try to use the additional
QStyleOption members, which are left default-initialized.
-* QHeaderView - The following functions have been obsoleted.
+* QHeaderView has been refactored and the following functions have been obsoleted:
* void setMovable(bool movable) - use void setSectionsMovable(bool movable) instead.