From ee43dacbeacde557a35d4e1ef079e9b5d51893b9 Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Fri, 14 Jul 2023 12:31:20 +0200 Subject: [PATCH] QDBusPendingCallPrivate: Remove declaration of fromMessage() The member function is never implemented. Change-Id: Iee93c7d24df40b48b897d937889bb9556b8feb1a Reviewed-by: Qt CI Bot Reviewed-by: Thiago Macieira --- src/dbus/qdbuspendingcall_p.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dbus/qdbuspendingcall_p.h b/src/dbus/qdbuspendingcall_p.h index 2ba802ad85..f19acfd075 100644 --- a/src/dbus/qdbuspendingcall_p.h +++ b/src/dbus/qdbuspendingcall_p.h @@ -70,8 +70,6 @@ public: void waitForFinished(); void setMetaTypes(int count, const QMetaType *types); void checkReceivedSignature(); - - static QDBusPendingCall fromMessage(const QDBusMessage &msg); }; class QDBusPendingCallWatcherHelper: public QObject