diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_qdebugcategory_debug.h')
-rw-r--r-- | autotests/kconfig_compiler/test_qdebugcategory_debug.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/autotests/kconfig_compiler/test_qdebugcategory_debug.h b/autotests/kconfig_compiler/test_qdebugcategory_debug.h new file mode 100644 index 00000000..88ac4f35 --- /dev/null +++ b/autotests/kconfig_compiler/test_qdebugcategory_debug.h @@ -0,0 +1,8 @@ +#ifndef TEST_QCATEGORY_DEBUG_H +#define TEST_QCATEGORY_DEBUG_H + +#include <QLoggingCategory> +Q_DECLARE_LOGGING_CATEGORY(CATEGORY_LOG) + +#endif + |