summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-04-24 23:57:42 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-15 04:57:37 +0200
commitf544d7189ec8fc5096015a1a649ee2e317efd893 (patch)
treec6a44e8600f7ebc0be539dacb6721cf77c1d82ab /dist/changes-5.0.0
parent57c755fef00c8269b083817228f046e4d950a580 (diff)
Remove const char *-based connectNotify() API
This completes the transition from connectNotify(const char *) and disconnectNotify(const char *) to the new QMetaMethod-based functions. Removed the old connectNotify autotests and renamed the connectNotifyMethodXXX autotests to connectNotify, since there is no longer any ambiguity about which overload is being tested. Change-Id: Icf108a80177155f21bb73c165fb8ab5d4e997bc2 Reviewed-by: Olivier Goffart <ogoffart@woboq.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> 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 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