X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=5ad27f41b1262d0195012e55a0c9ea141622a96f;hb=9d54503555534a2c554f09a33df6afa33d6308ec;hp=7bc0108b082896b810493dfe6f69a39dfd81fa9d;hpb=3972e140226f32760bb2606650f93132c188b2dc;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 7bc0108b..5ad27f41 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -226,6 +226,7 @@ private: QTimer _pingTimer; uint _lastPingTime; uint _pingCount; + bool _sendPings; QStringList _autoWhoQueue; QHash _autoWhoPending;