X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=e141f5bdc890525d1e8cb4891c53a14978f7a26f;hb=be9f2b864dea628bc0c1fbc9b52acbf45b775dc8;hp=c28da180a58383ad3ae88b594d1243bd82a80634;hpb=3eb8e393a93285506787404a35723ebfd19c7d75;p=quassel.git diff --git a/src/core/networkconnection.h b/src/core/networkconnection.h index c28da180..e141f5bd 100644 --- a/src/core/networkconnection.h +++ b/src/core/networkconnection.h @@ -176,6 +176,9 @@ private: QTimer _socketCloseTimer; + /* this flag triggers quitRequested() once the socket is closed + * it is needed to determine whether or not the connection needs to be + *in the automatic session restore. */ bool _quitRequested; bool _previousConnectionAttemptFailed; @@ -197,8 +200,6 @@ private: void writeToSocket(QByteArray s); - - class ParseError : public Exception { public: ParseError(QString cmd, QString prefix, QStringList params);