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:
Diffstat (limited to 'src/core/DataPath.cpp')
-rw-r--r--src/core/DataPath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/DataPath.cpp b/src/core/DataPath.cpp
index e902d4fb6..214083cd0 100644
--- a/src/core/DataPath.cpp
+++ b/src/core/DataPath.cpp
@@ -22,7 +22,7 @@
#include "config-keepassx.h"
-QString DataPath::getPath(const QString& name)
+QString DataPath::path(const QString& name)
{
return m_basePath + name;
}