Commit 6734c50a authored by Thiago Macieira's avatar Thiago Macieira
Browse files

Remove superfluous code in QDBusConnectionPrivate::sendWithReply


No need to check for the local loop if that's the first thing
QDBusConnectionPrivate::sendWithReplyAsync will do. The side effect is
that this now allocates memory for the QDBusPendingCallPrivate object,
but loopback messages aren't that common to be worth the special casing.

Task-number: QTBUG-43585
Change-Id: Ic5d393bfd36e48a193fcffff13b73756ab802ba2
Reviewed-by: default avatarAlbert Astals Cid <aacid@kde.org>
Reviewed-by: default avatarAlex Blasche <alexander.blasche@theqtcompany.com>
parent 42858a9e
No related merge requests found
Showing with 0 additions and 6 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment