Change format of dist/changes-5.3.0 to what is used in changes-5.2.0

Change-Id: I9c11a126a70c25085f1465e2593bb878c736f8b4
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Marc Mutz 2013-11-26 12:43:47 +01:00 committed by The Qt Project
parent 4a9092eaad
commit e672cc3453

9
dist/changes-5.3.0 vendored
View File

@ -25,11 +25,12 @@ QtWidgets
QtCore QtCore
------ ------
- QSignalBlocker: (new) RAII wrapper around QObject::blockSignals() - Added QSignalBlocker, a RAII-style wrapper around
QObject::blockSignals().
QtGui QtGui
----- -----
- Added setSwapInterval() to QSurfaceFormat. Platforms that support - Added setSwapInterval() to QSurfaceFormat. Platforms that support
setting the swap interval are now defaulting to the value of 1, setting the swap interval are now defaulting to the value of 1,
meaning vsync is enabled. meaning vsync is enabled.