X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=8303b252be59c6cdd37bf9b9ca03a66ed2d1afae;hp=6c6f97825ed8ba9cd4697a52ce9b68262bf0b863;hb=841df8c7cc71ff1b8099d49296c8e997c92bdd60;hpb=9d47d583c703c03c545667ff49f9591bffd01651 diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 6c6f9782..8303b252 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -167,6 +167,7 @@ private: * it is needed to determine whether or not the connection needs to be * in the automatic session restore. */ bool _quitRequested; + QString _quitReason; bool _previousConnectionAttemptFailed; int _lastUsedServerIndex;