From f87d214000d77093c482336e92d41e39ccfae848 Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Wed, 23 Aug 2023 14:23:26 +0200 Subject: QDBusPendingCall: Remove private slot Use connection to a lambda instead. This makes QDBusPendingCallWatcherPrivate obsolete and it is also removed. Change-Id: I3d80ff2da25609c694322e5fef4231600ba346b4 Reviewed-by: Thiago Macieira --- src/dbus/qdbuspendingcall.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/dbus/qdbuspendingcall.h') diff --git a/src/dbus/qdbuspendingcall.h b/src/dbus/qdbuspendingcall.h index eae68144fe..c276376223 100644 --- a/src/dbus/qdbuspendingcall.h +++ b/src/dbus/qdbuspendingcall.h @@ -57,7 +57,6 @@ private: Q_DECLARE_SHARED(QDBusPendingCall) -class QDBusPendingCallWatcherPrivate; class Q_DBUS_EXPORT QDBusPendingCallWatcher: public QObject, public QDBusPendingCall { Q_OBJECT @@ -73,10 +72,6 @@ public: Q_SIGNALS: void finished(QDBusPendingCallWatcher *self = nullptr); - -private: - Q_DECLARE_PRIVATE(QDBusPendingCallWatcher) - Q_PRIVATE_SLOT(d_func(), void _q_finished()) }; QT_END_NAMESPACE -- cgit v1.2.3