aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/gpgme_backend_debug.h
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-05-10 14:43:36 +0000
committerAndre Heinecke <[email protected]>2016-05-10 14:43:36 +0000
commit34e5c5b33de3608bedc2826be27a06e6eec0ea44 (patch)
treeb04ce687c5dcb72d84af230e05335da0213bf6de /lang/qt/src/gpgme_backend_debug.h
parentAllow cc to detect missing cases in a switch. (diff)
parentQt / Cpp: Fix make dist (diff)
downloadgpgme-34e5c5b33de3608bedc2826be27a06e6eec0ea44.tar.gz
gpgme-34e5c5b33de3608bedc2826be27a06e6eec0ea44.zip
Merge branch 'gpgmepp'
Diffstat (limited to 'lang/qt/src/gpgme_backend_debug.h')
-rw-r--r--lang/qt/src/gpgme_backend_debug.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/qt/src/gpgme_backend_debug.h b/lang/qt/src/gpgme_backend_debug.h
new file mode 100644
index 00000000..5ac93db2
--- /dev/null
+++ b/lang/qt/src/gpgme_backend_debug.h
@@ -0,0 +1,11 @@
+// This file is autogenerated by CMake: DO NOT EDIT
+
+#ifndef GPGPME_BACKEND_LOG_H
+#define GPGPME_BACKEND_LOG_H
+
+#include <QLoggingCategory>
+
+Q_DECLARE_LOGGING_CATEGORY(GPGPME_BACKEND_LOG)
+
+
+#endif