X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=111ffe76710047d1779d2af7911bc0861c57dec0;hp=a8e0b2783a0a9c0ca98999c639db9b8e88c25932;hb=07268765f40e145ca292a32de6aeb367dc5169a1;hpb=92e686a4a4d3d490a3a187baea27c5864667c580 diff --git a/src/core/networkconnection.h b/src/core/networkconnection.h index a8e0b278..111ffe76 100644 --- a/src/core/networkconnection.h +++ b/src/core/networkconnection.h @@ -175,6 +175,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; @@ -198,8 +201,6 @@ private: void writeToSocket(QByteArray s); - - class ParseError : public Exception { public: ParseError(QString cmd, QString prefix, QStringList params);