summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@gmail.com>2012-08-24 17:27:52 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-31 18:56:35 +0200
commitdd299a568b2cf5ee335fcb01020da9032a57f01e (patch)
tree118ed3ae1269589686e5062015645c68f35c573f /dist/changes-5.0.0
parent531b96f42ef225f6f680f6049ab718b0f6729a3d (diff)
QStyle: make standardIcon() & layoutSpacing() virtual
Removes standardIconImplementation() and layoutSpacingImplementation() that were added in Qt 4 as a workaround for binary compatibility reasons. Change-Id: I45292dc6802310d6cda4f443bb7484b061af0138 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 08872d7e71..fed97c0722 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -455,6 +455,11 @@ QtWidgets
* QInputDialog::getInteger() has been obsoleted. Use QInputDialog::getInt() instead.
+* In Qt 4, QStyle::standardIconImplementation() and layoutSpacingImplementation()
+ were introduced instead of making the corresponding methods virtual due to binary
+ compatibility reasons. QStyle::standardIcon() and layoutSpacing() have been made
+ (pure) virtual in Qt 5.
+
* In Qt 4, many QStyleOption subclasses were introduced in order to keep
binary compatibility -- QStyleOption was designed to be extended this way,
in fact it embeds a version number. In Qt 5 the various QStyleOption*V{2,3,4}