
* 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.
15 lines
292 B
C++
15 lines
292 B
C++
// 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
|