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

#include <QLoggingCategory>
Q_DECLARE_LOGGING_CATEGORY(CATEGORY_LOG)

#endif