QDBusPendingCallPrivate: Remove declaration of fromMessage()

The member function is never implemented.

Change-Id: Iee93c7d24df40b48b897d937889bb9556b8feb1a
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Ievgenii Meshcheriakov 2023-07-14 12:31:20 +02:00
parent 552e3b9b78
commit ee43dacbea
1 changed files with 0 additions and 2 deletions

View File

@ -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