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>2011-07-07 14:52:30 +0400
committerFelix Geyer <debfx@fobos.de>2011-07-07 14:52:30 +0400
commita1bfb1f31925a69b8dfdb9ce5b22e03bfdfe817c (patch)
tree64000c82f81dea3568e85fc5b613447ec1f432d5 /src/core/TimeInfo.cpp
parentafb285a4769e8285b2e09bde1068ffe80ee6fe4d (diff)
Initalize more member variables.
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 d5bf1fb8c..c6cdcc162 100644
--- a/src/core/TimeInfo.cpp
+++ b/src/core/TimeInfo.cpp
@@ -20,7 +20,7 @@
TimeInfo::TimeInfo()
{
m_expires = false;
- m_usageCount = 0; // TODO ???
+ m_usageCount = 0;
QDateTime now = QDateTime::currentDateTime();
m_lastModificationTime = now;