summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
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 8daf897459..93b49ecf05 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -499,6 +499,11 @@ QTestLib
--------
* [QTBUG-20615] Autotests can now log test output to multiple destinations
and log formats simultaneously.
+* [QTBUG-21645] QSignalSpy now handles QVariant signal parameters more
+ intuitively; the QVariant value is copied directly, instead of being
+ wrapped inside a new QVariant. This means that calling
+ qvariant_cast<QVariant>() on the QSignalSpy item (to "unwrap" the value)
+ is no longer required (but still works).
QtSql
-----