Allow compilation against Qt < 4.7 again
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 27 Jan 2013 21:35:33 +0000 (22:35 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 27 Jan 2013 21:35:33 +0000 (22:35 +0100)
commitd3ce95c0cdcc6594b8e5e93fa02a36ff89b62a77
treed7e7268beb60192da10b105e9cfc31d05b697299
parenta4568e36edde5b86feeaae740a396f1bcaca1967
Allow compilation against Qt < 4.7 again

Looks like I recently introduced the use of some QDateTime stuff that appeared
in Qt 4.7. Let's use the old way of calculating the lag then if built against older
Qt...

Oh, also this fixes that we would show double the lag.
src/common/remoteconnection.cpp