aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test_qdebugcategory_debug.h
blob: a92e54caa2c57b0ffe59f0556239812ec8757536 (plain)
1
2
3
4
5
6
7
#ifndef TEST_QCATEGORY_DEBUG_H
#define TEST_QCATEGORY_DEBUG_H

#include <QLoggingCategory>
Q_DECLARE_LOGGING_CATEGORY(CATEGORY_LOG)

#endif