diff options
| author | Andre Heinecke <[email protected]> | 2020-02-19 10:12:43 +0000 |
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2020-02-19 10:15:54 +0000 |
| commit | ec9690cf5ce85f43997ac2a3abd3e728012aee4a (patch) | |
| tree | 424710f01095a353003fad60c49a69928ef35300 /lang/qt/src/qgpgme_debug.h | |
| parent | qt: Log execution args of gpg-card (diff) | |
| download | gpgme-ec9690cf5ce85f43997ac2a3abd3e728012aee4a.tar.gz gpgme-ec9690cf5ce85f43997ac2a3abd3e728012aee4a.zip | |
qt: Change logging categoryaheinecke/json-test
* 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.
Diffstat (limited to 'lang/qt/src/qgpgme_debug.h')
| -rw-r--r-- | lang/qt/src/qgpgme_debug.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 <QLoggingCategory> + +Q_DECLARE_LOGGING_CATEGORY(QGPGME_LOG) + + +#endif |
