QDBusConnectionPrivate: Remove declaration of messageFilter()
The function is declared but never defined. Change-Id: Ic9c4369ecaee3103b74d2dc9b84cbece99379603 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
fa78a9f5bd
commit
087d267a44
@ -325,7 +325,6 @@ public:
|
|||||||
const ArgMatchRules &argMatch,
|
const ArgMatchRules &argMatch,
|
||||||
QObject *receiver, const char *signal, int minMIdx,
|
QObject *receiver, const char *signal, int minMIdx,
|
||||||
bool buildSignature);
|
bool buildSignature);
|
||||||
static DBusHandlerResult messageFilter(DBusConnection *, DBusMessage *, void *);
|
|
||||||
static QDBusCallDeliveryEvent *prepareReply(QDBusConnectionPrivate *target, QObject *object,
|
static QDBusCallDeliveryEvent *prepareReply(QDBusConnectionPrivate *target, QObject *object,
|
||||||
int idx, const QList<QMetaType> &metaTypes,
|
int idx, const QList<QMetaType> &metaTypes,
|
||||||
const QDBusMessage &msg);
|
const QDBusMessage &msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user