mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 05:59:37 -04:00
Remove Tools::currentDateTimeUtc().
This commit is contained in:
parent
60daa2b41b
commit
9882f16614
10 changed files with 19 additions and 32 deletions
|
@ -1043,7 +1043,7 @@ QDateTime KeePass2XmlReader::readDateTime()
|
|||
raiseError("Invalid date time value");
|
||||
}
|
||||
else {
|
||||
dt = Tools::currentDateTimeUtc();
|
||||
dt = QDateTime::currentDateTimeUtc();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue