X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fnetworkconnection.h;h=a02997f902f0ebd37f97d632e718d693162af0e6;hp=c28da180a58383ad3ae88b594d1243bd82a80634;hb=257ca0d5f944a8f63d002e1dcaaa3902258d85e0;hpb=5c5d13eed99c43a4dff477ac736f98b5d7569837 diff --git a/src/core/networkconnection.h b/src/core/networkconnection.h index c28da180..a02997f9 100644 --- a/src/core/networkconnection.h +++ b/src/core/networkconnection.h @@ -140,6 +140,7 @@ private slots: void sendPerform(); void autoReconnectSettingsChanged(); void doAutoReconnect(); + void sendPing(); void sendAutoWho(); void startAutoWhoCycle(); void nickChanged(const QString &newNick, const QString &oldNick); // this signal is inteded to rename query buffers in the storage backend @@ -181,6 +182,8 @@ private: bool _previousConnectionAttemptFailed; int _lastUsedServerlistIndex; + QTimer _pingTimer; + bool _autoWhoEnabled; QStringList _autoWhoQueue; QHash _autoWhoInProgress;