aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/gpg_context/GpgContext.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-23 10:24:23 +0000
committerSaturneric <[email protected]>2021-08-23 10:24:23 +0000
commit420db34b0b9fa3af987342d504eb61767eb31d4d (patch)
tree22bd1deb310f69e6e30d7a0e499c85b254cde69d /src/gpg/gpg_context/GpgContext.cpp
parentFix some problems; Fix memory leaks that have been discovered (diff)
downloadGpgFrontend-420db34b0b9fa3af987342d504eb61767eb31d4d.tar.gz
GpgFrontend-420db34b0b9fa3af987342d504eb61767eb31d4d.zip
Reduced issues.
Diffstat (limited to '')
-rw-r--r--src/gpg/gpg_context/GpgContext.cpp2
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