QDBusPendingCallPrivate: save 8 bytes on 64-bit archs
Moved waitingForFinished out from between two large-type variables to save eight bytes per QDBusPendingCallPrivate on 64bit platforms. Many a mickle makes a muckle. Change-Id: I5612ad8bb907c6770be0245e667bdb2add30d38b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
9d4d0708ec
commit
d7e29682b5
@ -96,10 +96,9 @@ public:
|
|||||||
QDBusPendingCallWatcherHelper *watcherHelper;
|
QDBusPendingCallWatcherHelper *watcherHelper;
|
||||||
QDBusMessage replyMessage;
|
QDBusMessage replyMessage;
|
||||||
DBusPendingCall *pending;
|
DBusPendingCall *pending;
|
||||||
bool waitingForFinished;
|
|
||||||
|
|
||||||
QString expectedReplySignature;
|
QString expectedReplySignature;
|
||||||
int expectedReplyCount;
|
int expectedReplyCount;
|
||||||
|
bool waitingForFinished;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
QDBusPendingCallPrivate(const QDBusMessage &sent, QDBusConnectionPrivate *connection)
|
QDBusPendingCallPrivate(const QDBusMessage &sent, QDBusConnectionPrivate *connection)
|
||||||
|
Loading…
Reference in New Issue
Block a user