File: test_qdebugcategory_debug.h

package info (click to toggle)
kconfig 5.54.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,308 kB
  • sloc: cpp: 15,430; python: 256; xml: 70; perl: 61; sh: 23; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (3)
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