summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2013-11-26 12:43:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-26 17:15:34 +0100
commite672cc345350ae70eaf9803b09a89a7f11a3e6bf (patch)
tree6c92350b4f7243d091f76bbb926418d227512506
parent4a9092eaad34ca4788247c1ecb216f7d3b3d1d08 (diff)
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>
-rw-r--r--dist/changes-5.3.09
1 files changed, 5 insertions, 4 deletions
diff --git a/dist/changes-5.3.0 b/dist/changes-5.3.0
index 7bcab28032..35fc9cabb0 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.