aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmesecretkeyexportjob.cpp
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2020-02-19 10:12:43 +0000
committerAndre Heinecke <[email protected]>2020-02-19 10:15:54 +0000
commitec9690cf5ce85f43997ac2a3abd3e728012aee4a (patch)
tree424710f01095a353003fad60c49a69928ef35300 /lang/qt/src/qgpgmesecretkeyexportjob.cpp
parentqt: Log execution args of gpg-card (diff)
downloadgpgme-aheinecke/json-test.tar.gz
gpgme-aheinecke/json-test.zip
qt: Change logging categoryaheinecke/json-test
* lang/qt/src/*: Change logging category to macro to QGPGME_LOG. -- The old logging category macro had a typo and this way we are more consistent with other logging rules. For example you could write gpg.* in the logging conf.
Diffstat (limited to 'lang/qt/src/qgpgmesecretkeyexportjob.cpp')
-rw-r--r--lang/qt/src/qgpgmesecretkeyexportjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/qgpgmesecretkeyexportjob.cpp b/lang/qt/src/qgpgmesecretkeyexportjob.cpp
index d77a50ab..d472bc46 100644
--- a/lang/qt/src/qgpgmesecretkeyexportjob.cpp
+++ b/lang/qt/src/qgpgmesecretkeyexportjob.cpp
@@ -39,7 +39,7 @@
#include "qgpgmesecretkeyexportjob.h"
#include <QDebug>
-#include "gpgme_backend_debug.h"
+#include "qgpgme_debug.h"
#include "context.h"
#include "data.h"