summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.1.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-5.1.0')
-rw-r--r--dist/changes-5.1.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index 1124c9b9c5..4aa06cf342 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -50,6 +50,9 @@ QtCore
* Added marginsAdded(), marginsRemoved() and operators +, -, +=, -=
taking a QMargins object allowing for conveniently adding or removing
margins.
+ - QMargins:
+ * Added operators for adding and subtracting QMargins objects,
+ multiplication and division for int/qreal and unary minus.
-