X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=83ea6f313a4c34d3453650522747122b88111b3f;hp=1a7aafaa14667edca95a275dee3c05ec9b6ccc0b;hb=90ee8b5c90923a3d4a48fc5493ca999e9d0d6a97;hpb=6ac855b96988ebc999f7017765ae3dbda527301a diff --git a/src/core/networkconnection.h b/src/core/networkconnection.h index 1a7aafaa..83ea6f31 100644 --- a/src/core/networkconnection.h +++ b/src/core/networkconnection.h @@ -170,6 +170,8 @@ private: bool _previousConnectionAttemptFailed; int _lastUsedServerlistIndex; + QByteArray lastMsgReceived; // FIXME debug + class ParseError : public Exception { public: ParseError(QString cmd, QString prefix, QStringList params);