diff options
author | Saturneric <[email protected]> | 2021-08-23 10:24:23 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-23 10:24:23 +0000 |
commit | 420db34b0b9fa3af987342d504eb61767eb31d4d (patch) | |
tree | 22bd1deb310f69e6e30d7a0e499c85b254cde69d /src/gpg/gpg_context/GpgContext.cpp | |
parent | Fix some problems; Fix memory leaks that have been discovered (diff) | |
download | GpgFrontend-420db34b0b9fa3af987342d504eb61767eb31d4d.tar.gz GpgFrontend-420db34b0b9fa3af987342d504eb61767eb31d4d.zip |
Reduced issues.
Diffstat (limited to '')
-rw-r--r-- | src/gpg/gpg_context/GpgContext.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpg/gpg_context/GpgContext.cpp b/src/gpg/gpg_context/GpgContext.cpp index 8b12b302..14b54b32 100644 --- a/src/gpg/gpg_context/GpgContext.cpp +++ b/src/gpg/gpg_context/GpgContext.cpp @@ -42,8 +42,6 @@ namespace GpgME { * Set up gpgme-context, set paths to app-run path */ GpgContext::GpgContext() { - /** get application path */ - QString appPath = qApp->applicationDirPath(); /** The function `gpgme_check_version' must be called before any other * function in the library, because it initializes the thread support |