From 55a52020e7278151912d58af5274e38d0a131e72 Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 9 Jan 2012 00:33:53 +0000 Subject: tell gpgme and qt version this app was compiled with in about dialog git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@736 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgcontext.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gpgcontext.cpp') diff --git a/gpgcontext.cpp b/gpgcontext.cpp index 14ee25b..1dd01ff 100644 --- a/gpgcontext.cpp +++ b/gpgcontext.cpp @@ -778,6 +778,10 @@ GpgKey GpgContext::getKeyById(QString id) { return GpgKey(); } +QString GpgContext::getGpgmeVersion() { + return QString(gpgme_check_version(NULL)); +} + } -- cgit v1.2.3