From e672cc345350ae70eaf9803b09a89a7f11a3e6bf Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 26 Nov 2013 12:43:47 +0100 Subject: [PATCH] Change format of dist/changes-5.3.0 to what is used in changes-5.2.0 Change-Id: I9c11a126a70c25085f1465e2593bb878c736f8b4 Reviewed-by: Sergio Ahumada Reviewed-by: Thiago Macieira --- dist/changes-5.3.0 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dist/changes-5.3.0 b/dist/changes-5.3.0 index 7bcab280324..35fc9cabb0b 100644 --- a/dist/changes-5.3.0 +++ b/dist/changes-5.3.0 @@ -25,11 +25,12 @@ QtWidgets QtCore ------ -- QSignalBlocker: (new) RAII wrapper around QObject::blockSignals() + - Added QSignalBlocker, a RAII-style wrapper around + QObject::blockSignals(). QtGui ----- -- Added setSwapInterval() to QSurfaceFormat. Platforms that support - setting the swap interval are now defaulting to the value of 1, - meaning vsync is enabled. + - Added setSwapInterval() to QSurfaceFormat. Platforms that support + setting the swap interval are now defaulting to the value of 1, + meaning vsync is enabled.