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/gpgme_backend_debug.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lang/qt/src/gpgme_backend_debug.cpp (limited to 'lang/qt/src/gpgme_backend_debug.cpp') diff --git a/lang/qt/src/gpgme_backend_debug.cpp b/lang/qt/src/gpgme_backend_debug.cpp deleted file mode 100644 index 6efe932e..00000000 --- a/lang/qt/src/gpgme_backend_debug.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// This file is autogenerated by CMake: DO NOT EDIT - -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif - -#include "gpgme_backend_debug.h" - - -#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0) -Q_LOGGING_CATEGORY(GPGPME_BACKEND_LOG, "log_gpgme_backend", QtWarningMsg) -#else -Q_LOGGING_CATEGORY(GPGPME_BACKEND_LOG, "log_gpgme_backend") -#endif -- cgit v1.2.3