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>2012-04-19 00:08:22 +0400
committerFelix Geyer <debfx@fobos.de>2012-04-19 00:08:22 +0400
commit2e011d53625da1df14dd0af58961d9daf200d5c7 (patch)
tree3536bff6d6cbac3cac3a116d4b88fb2be8b6c459 /src/core/TimeInfo.cpp
parent4e5e5c71ca2b8676801c5ab65c3d00df06bfbec7 (diff)
Improve code style.
Diffstat (limited to 'src/core/TimeInfo.cpp')
-rw-r--r--src/core/TimeInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/TimeInfo.cpp b/src/core/TimeInfo.cpp
index 142082f34..404e2bbf1 100644
--- a/src/core/TimeInfo.cpp
+++ b/src/core/TimeInfo.cpp
@@ -59,6 +59,7 @@ int TimeInfo::usageCount() const
{
return m_usageCount;
}
+
QDateTime TimeInfo::locationChanged() const
{
return m_locationChanged;