mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 17:16:33 -05:00
compile with QT < 4.7 (RHEL6 an clones)
This commit is contained in:
parent
93a868a571
commit
7568582b05
9 changed files with 33 additions and 15 deletions
|
|
@ -17,12 +17,14 @@
|
|||
|
||||
#include "TimeInfo.h"
|
||||
|
||||
#include "core/Tools.h"
|
||||
|
||||
TimeInfo::TimeInfo()
|
||||
{
|
||||
m_expires = false;
|
||||
m_usageCount = 0;
|
||||
|
||||
QDateTime now = QDateTime::currentDateTimeUtc();
|
||||
QDateTime now = Tools::currentDateTimeUtc();
|
||||
m_lastModificationTime = now;
|
||||
m_creationTime = now;
|
||||
m_lastAccessTime = now;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue