Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2015-07-23 00:48:08 +0300
committerFelix Geyer <debfx@fobos.de>2015-09-12 14:51:49 +0300
commit9882f16614051e883821f3f6820711e34b2a05de (patch)
tree0815a4c843e8df7e91c9d03c1f99e077f8b8cb03 /src/core/TimeInfo.cpp
parent60daa2b41bdf12e7096f86947ac9f9e633b4248b (diff)
Remove Tools::currentDateTimeUtc().
Diffstat (limited to 'src/core/TimeInfo.cpp')
-rw-r--r--src/core/TimeInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/TimeInfo.cpp b/src/core/TimeInfo.cpp
index 26133259d..ec6ebdeec 100644
--- a/src/core/TimeInfo.cpp
+++ b/src/core/TimeInfo.cpp
@@ -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;