Qt 5.0 - Add QHeaderView refactor to changes notes.
authorThorbjørn Lund Martsum <tmartsum@gmail.com>
Thu, 25 Oct 2012 13:44:11 +0000 (15:44 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 26 Oct 2012 13:23:39 +0000 (15:23 +0200)
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>
dist/changes-5.0.0

index a9fe12b..4c7cebf 100644 (file)
@@ -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.