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-10 18:02:43 +0300
committerFelix Geyer <debfx@fobos.de>2015-10-10 18:10:29 +0300
commit316a7e6fb7c3a402a5f65421299481c6265e0e6d (patch)
tree07dae495930443663f106afd3923f2923fbd412a /src/crypto/Crypto.h
parent58ed99d56298ea9302ec81ceeacfcdfdd876c710 (diff)
Expose version of used libraries in the About dialog.
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 b801cbb54..1726865ec 100644
--- a/src/crypto/Crypto.h
+++ b/src/crypto/Crypto.h
@@ -29,6 +29,7 @@ public:
static bool initalized();
static bool backendSelfTest();
static QString errorString();
+ static QString backendVersion();
private:
Crypto();
@@ -43,6 +44,7 @@ private:
static bool m_initalized;
static QString m_errorStr;
+ static QString m_backendVersion;
};
#endif // KEEPASSX_CRYPTO_H