Use QDateTime::currentDateTimeUtc instead of the non utc version
authorOlivier Goffart <ogoffart@woboq.com>
Mon, 25 Sep 2017 09:49:11 +0000 (11:49 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:37 +0000 (22:01 +0200)
commitbbbd2319edd712611d5af5d9068270a1d0acff24
treec66f93448e8459eb9e64e8f8e51c7bae3b469d2f
parent79c775bcd819eb84e08bfd3260b8bcc2b2c50878
Use QDateTime::currentDateTimeUtc instead of the non utc version

QDateTime::currentDateTime is terribly slow.
12 files changed:
src/common/utility.cpp
src/gui/syncrunfilelog.cpp
src/libsync/cookiejar.cpp
src/libsync/logger.cpp
src/libsync/owncloudpropagator.cpp
src/libsync/propagatedownload.cpp
src/libsync/propagateupload.cpp
src/libsync/syncengine.cpp
src/libsync/syncresult.cpp
test/mockserver/httpserver.cpp
test/syncenginetestutils.h
test/testsyncengine.cpp