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.h')
-rw-r--r--src/core/DataPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/DataPath.h b/src/core/DataPath.h
index 98e45832e..758cb8bc1 100644
--- a/src/core/DataPath.h
+++ b/src/core/DataPath.h
@@ -24,7 +24,7 @@
class DataPath
{
public:
- QString getPath(const QString& name);
+ QString path(const QString& name);
QIcon applicationIcon();
private: