X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=d26935878cc39b1785a9e6e58700fad01629cc7b;hb=67e4eb295238453c94da41185bcdb20d908859d6;hp=b67e2c340f5b35ffada0263d5df7491c3949b6b2;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git 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;