From ec9690cf5ce85f43997ac2a3abd3e728012aee4a Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Wed, 19 Feb 2020 11:12:43 +0100 Subject: qt: Change logging category * 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. --- lang/qt/src/qgpgme_debug.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/qt/src/qgpgme_debug.h (limited to 'lang/qt/src/qgpgme_debug.h') diff --git a/lang/qt/src/qgpgme_debug.h b/lang/qt/src/qgpgme_debug.h new file mode 100644 index 00000000..38c16ad3 --- /dev/null +++ b/lang/qt/src/qgpgme_debug.h @@ -0,0 +1,11 @@ +// This file is autogenerated by CMake: DO NOT EDIT + +#ifndef QGPGME_LOG_H +#define QGPGME_LOG_H + +#include + +Q_DECLARE_LOGGING_CATEGORY(QGPGME_LOG) + + +#endif -- cgit v1.2.3