X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=649171dbf048219ca134b91a0efaae3a2c1aa539;hb=b68ffc844fc7504ecceeaa9348107ca5c249bd51;hp=d6d1830686de5a0d1245cfea530bc567637826ee;hpb=3ed7d3bb6e9123ff0aa77023b264a39d1f63bd90;p=quassel.git diff --git a/src/core/networkconnection.h b/src/core/networkconnection.h index d6d18306..649171db 100644 --- a/src/core/networkconnection.h +++ b/src/core/networkconnection.h @@ -148,6 +148,9 @@ private: QTimer _whoTimer; + bool _previousConnectionAttemptFailed; + int _lastUsedServerlistIndex; + class ParseError : public Exception { public: ParseError(QString cmd, QString prefix, QStringList params);