X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fremotepeer.cpp;h=d3752f10d896d253ac50b66e008607ce26972f05;hp=3ac55d1578cf651bac6db0ce0c74f1e269eb600f;hb=9dfc807d8f60135976d4ea0ed31022304fad8f4c;hpb=fc378f90d532416e43fe35955d29bd33d99a7c94 diff --git a/src/common/remotepeer.cpp b/src/common/remotepeer.cpp index 3ac55d15..d3752f10 100644 --- a/src/common/remotepeer.cpp +++ b/src/common/remotepeer.cpp @@ -161,7 +161,7 @@ void RemotePeer::close(const QString &reason) void RemotePeer::handle(const HeartBeat &heartBeat) { - dispatch(HeartBeatReply(heartBeat.timestamp())); + dispatch(HeartBeatReply(heartBeat.timestamp)); }