From f544d7189ec8fc5096015a1a649ee2e317efd893 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 24 Apr 2012 23:57:42 +0200 Subject: 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 Reviewed-by: Bradley T. Hughes Reviewed-by: Thiago Macieira Reviewed-by: Lars Knoll --- dist/changes-5.0.0 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist') 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 -- cgit v1.2.3