aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/gpgme_backend_debug.h
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-04-02 16:06:45 +0000
committerAndre Heinecke <[email protected]>2016-04-02 16:06:45 +0000
commita440050fc2c11e4867da9d4707616fa23ac52141 (patch)
tree3875fb6134783a99f6ce4ab05c2f50fe2a599b7a /lang/qt/src/gpgme_backend_debug.h
parentAdd QGpgME code from libkleo (diff)
downloadgpgme-a440050fc2c11e4867da9d4707616fa23ac52141.tar.gz
gpgme-a440050fc2c11e4867da9d4707616fa23ac52141.zip
Add missing files to QGpgME
* lang/qt/src/gpgme_backend_debug.cpp, lang/qt/src/gpgme_backend_debug.h, lang/qt/src/predicates.h, lang/qt/src/stl_util.h: New.
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