The Secret Order of Templates - C++ Plugin Skeleton (Templates.CppPluginSkeleton.0)
logging.hpp
1#ifndef H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_AUTOGEN_LOGGING_HPP
2#define H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_AUTOGEN_LOGGING_HPP
3
4// This file has been autogenerated by 'cutehmi.skeleton.cpp' Qbs module. Do not modify!
5
6#include "platform.hpp"
7#include <cutehmi/loggingMacros.hpp>
8
9TEMPLATES_CPPPLUGINSKELETON_API Q_DECLARE_LOGGING_CATEGORY(templates_cpppluginskeleton_loggingCategory)
10
11namespace templates {
12namespace cpppluginskeleton {
13
14inline
15const QLoggingCategory & loggingCategory()
16{
17 CUTEHMI_LOGGING_CATEGORY_CHECK(templates_cpppluginskeleton_loggingCategory());
18 return templates_cpppluginskeleton_loggingCategory();
19}
20
21}
22}
23
24#endif
#define CUTEHMI_LOGGING_CATEGORY_CHECK(CATEGORY)
Definition: logging.hpp:11