X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=510b5fbc9ea433f3d2ded6affe799f2cfb06ed72;hb=df38a9238d603ec8d2040619befa50980d994916;hp=2bd3451876f68eb7c1c2a6fd3c0f8c4f0b3e9c30;hpb=a95ad2de573027f9bee36db972bcae4195168d0c;p=quassel.git 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.