X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=83ea6f313a4c34d3453650522747122b88111b3f;hb=9a36f8e55bfa485467e093fba669841fdfacda2f;hp=1a7aafaa14667edca95a275dee3c05ec9b6ccc0b;hpb=6ac855b96988ebc999f7017765ae3dbda527301a;p=quassel.git 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);