X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;fp=src%2Fcore%2Fcorenetwork.h;h=51eb31a8888a23986914e577b06d2fd87ff345ea;hb=ddf95ecafbf6d81eb9f10dc5aec588773015e71c;hp=b612c13cb2250474211c5729f641b1152ea3ba5a;hpb=3b5bb3d405939b72a37290d2b48daefbb9061b83;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index b612c13c..51eb31a8 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -283,6 +283,10 @@ private: bool _quitRequested; QString _quitReason; + bool _disconnectExpected; /// If true, connection is quitting, expect a socket close + // This avoids logging a spurious RemoteHostClosedError whenever disconnect is called without + // specifying a permanent (saved to core session) disconnect. + bool _previousConnectionAttemptFailed; int _lastUsedServerIndex;