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/FilePath.h')
-rw-r--r--src/core/FilePath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/FilePath.h b/src/core/FilePath.h
index 34edcbc93..f84f84e0e 100644
--- a/src/core/FilePath.h
+++ b/src/core/FilePath.h
@@ -27,6 +27,7 @@ class FilePath
public:
QString dataPath(const QString& name);
QString pluginPath(const QString& name);
+ QString wordlistPath(const QString& name);
QIcon applicationIcon();
QIcon trayIconLocked();
QIcon trayIconUnlocked();
@@ -38,6 +39,7 @@ public:
private:
FilePath();
bool testSetDir(const QString& dir);
+ bool useDarkIcon();
static FilePath* m_instance;