make use of "use random server to connect"-setting and cycle through available server...
[quassel.git] / src / core / networkconnection.h
index d6d1830..649171d 100644 (file)
@@ -148,6 +148,9 @@ private:
 
   QTimer _whoTimer;
 
+  bool _previousConnectionAttemptFailed;
+  int _lastUsedServerlistIndex;
+  
   class ParseError : public Exception {
   public:
     ParseError(QString cmd, QString prefix, QStringList params);