summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.