QDBusPendingCall: Remove unused member
We set it to the number of types that the call expects to receive, but we never used it anywhere else. Change-Id: I42e7ef1a481840699a8dffff1407eb520b5844d8 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
This commit is contained in:
parent
3674718e3d
commit
34966bc84f
@ -181,7 +181,6 @@ bool QDBusPendingCallPrivate::setReplyCallback(QObject *target, const char *memb
|
||||
|
||||
void QDBusPendingCallPrivate::setMetaTypes(int count, const int *types)
|
||||
{
|
||||
expectedReplyCount = count;
|
||||
if (count == 0) {
|
||||
expectedReplySignature = QLatin1String(""); // not null
|
||||
return;
|
||||
|
@ -89,7 +89,6 @@ public:
|
||||
QDBusMessage replyMessage;
|
||||
DBusPendingCall *pending;
|
||||
QString expectedReplySignature;
|
||||
int expectedReplyCount;
|
||||
// }
|
||||
|
||||
QDBusPendingCallPrivate(const QDBusMessage &sent, QDBusConnectionPrivate *connection)
|
||||
|
Loading…
Reference in New Issue
Block a user