X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=d26935878cc39b1785a9e6e58700fad01629cc7b;hp=b67e2c340f5b35ffada0263d5df7491c3949b6b2;hb=6a63070246d89aa2a2474e3a9a1035fa889ad77e;hpb=d09f943e9a6cb563b479bef5a4e909fbae6b768f diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index b67e2c34..d2693587 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -477,7 +477,7 @@ private: int _lastUsedServerIndex; QTimer _pingTimer; - uint _lastPingTime; + qint64 _lastPingTime; uint _pingCount; bool _sendPings;