Fix lag display
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 7 Apr 2013 22:22:18 +0000 (00:22 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 7 Apr 2013 22:22:18 +0000 (00:22 +0200)
commit34aa0106620836d360f2deebaa8d88ef52ba1a7e
treed4282e6d01e0cb3ee4c041d0d341b41ce88c62ba
parent74cd32c9ae940a7cfe0487cd1dd3f30df034d016
Fix lag display

Not sure what I was thinking in d3ce95c, but that commit
a) didn't fix compiling with Qt < 4.7
b) confused local time and UTC, which
c) completely bugged lag display.

Should be working now.
src/common/protocols/legacy/legacypeer.cpp
src/common/remotepeer.cpp