X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;fp=src%2Fcore%2Fcorenetwork.h;h=510b5fbc9ea433f3d2ded6affe799f2cfb06ed72;hp=2bd3451876f68eb7c1c2a6fd3c0f8c4f0b3e9c30;hb=d48c2331b38ae46732ac1ab9f35a3a0b85100f92;hpb=00b029d3947bc751893d735a495b03ea8796e139 diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 2bd34518..510b5fbc 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -141,7 +141,7 @@ public: * * @returns True if in progress, otherwise false */ - inline bool capNegotiationInProgress() const { return (!_capsQueuedIndividual.empty() || !_capsQueuedBundled.empty()); } + inline bool capsPendingNegotiation() const { return (!_capsQueuedIndividual.empty() || !_capsQueuedBundled.empty()); } /** * Queues a capability to be requested.