summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-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 3b37473d75..4d429d2c23 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -12,6 +12,11 @@ information about a particular change.
****************************************************************************
+- QObject
+ * The signatures of the connectNotify() and disconnectNotify() functions
+ have changed. The functions now get passed a QMetaMethod that identifies
+ the signal, rather than a const char *.
+
- QSslCertificate::subjectInfo() and QSslCertificate::issuerInfo() now
return a QStringList instead of a QString