X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=b09a205117b62638d0eff94408576d3fbfd96cbc;hb=4787ae231945b6d6ca8b3c255924c4f13178f83c;hp=1a7aafaa14667edca95a275dee3c05ec9b6ccc0b;hpb=6ac855b96988ebc999f7017765ae3dbda527301a;p=quassel.git diff --git a/src/core/networkconnection.h b/src/core/networkconnection.h index 1a7aafaa..b09a2051 100644 --- a/src/core/networkconnection.h +++ b/src/core/networkconnection.h @@ -169,7 +169,7 @@ private: bool _previousConnectionAttemptFailed; int _lastUsedServerlistIndex; - + class ParseError : public Exception { public: ParseError(QString cmd, QString prefix, QStringList params);