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, 2 insertions, 0 deletions
diff --git a/src/core/DataPath.h b/src/core/DataPath.h
index 7d1056065..8c5639b83 100644
--- a/src/core/DataPath.h
+++ b/src/core/DataPath.h
@@ -19,11 +19,13 @@
#define KEEPASSX_DATAPATH_H
#include <QtCore/QString>
+#include <QtGui/QIcon>
class DataPath
{
public:
static QString getPath(const QString& name);
+ static QIcon applicationIcon();
private:
DataPath();