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
parent
552e3b9b78
commit
ee43dacbea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue