X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=d26935878cc39b1785a9e6e58700fad01629cc7b;hb=67e4eb295238453c94da41185bcdb20d908859d6;hp=4d4e673afd120d8651c5e4c149fb18b0b78d7ba8;hpb=56b2bf3a1a742971a5de7ced1b57024424fc78b8;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 4d4e673a..d2693587 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -477,7 +477,7 @@ private: int _lastUsedServerIndex; QTimer _pingTimer; - uint _lastPingTime; + qint64 _lastPingTime; uint _pingCount; bool _sendPings;