Remove Tools::currentDateTimeUtc().

This commit is contained in:
Felix Geyer 2015-07-22 23:48:08 +02:00
parent 60daa2b41b
commit 9882f16614
10 changed files with 19 additions and 32 deletions

View file

@ -23,7 +23,7 @@ TimeInfo::TimeInfo()
: m_expires(false)
, m_usageCount(0)
{
QDateTime now = Tools::currentDateTimeUtc();
QDateTime now = QDateTime::currentDateTimeUtc();
m_lastModificationTime = now;
m_creationTime = now;
m_lastAccessTime = now;