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>2015-10-11 11:44:30 +0300
committerFelix Geyer <debfx@fobos.de>2015-10-11 11:44:30 +0300
commitdc7b6623a901160c2544ea628ea3391c93613f4a (patch)
tree21778f13d6cf4621d2533bb137696d93b3bc7b74 /src/crypto/Crypto.h
parent5a5928792722961245888358f04cd8fb0114024e (diff)
parent820941fd402e3dfcedececdece0294220e31b300 (diff)
Merge branch '2.0'
Diffstat (limited to 'src/crypto/Crypto.h')
-rw-r--r--src/crypto/Crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/Crypto.h b/src/crypto/Crypto.h
index e6187c28a..0ce2903c6 100644
--- a/src/crypto/Crypto.h
+++ b/src/crypto/Crypto.h
@@ -27,6 +27,7 @@ public:
static bool initalized();
static bool backendSelfTest();
static QString errorString();
+ static QString backendVersion();
private:
Crypto();
@@ -41,6 +42,7 @@ private:
static bool m_initalized;
static QString m_errorStr;
+ static QString m_backendVersion;
};
#endif // KEEPASSX_CRYPTO_H