summaryrefslogtreecommitdiff
path: root/lang/qt/src/qgpgme_debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgme_debug.cpp')
-rw-r--r--lang/qt/src/qgpgme_debug.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/qt/src/qgpgme_debug.cpp b/lang/qt/src/qgpgme_debug.cpp
new file mode 100644
index 00000000..4ed859e2
--- /dev/null
+++ b/lang/qt/src/qgpgme_debug.cpp
@@ -0,0 +1,14 @@
+// This file is autogenerated by CMake: DO NOT EDIT
+
+#ifdef HAVE_CONFIG_H
+ #include "config.h"
+#endif
+
+#include "qgpgme_debug.h"
+
+
+#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
+Q_LOGGING_CATEGORY(QGPGME_LOG, "gpg.qgpgme", QtWarningMsg)
+#else
+Q_LOGGING_CATEGORY(QGPGME_LOG, "gpg.qgpgme")
+#endif