CuteHMI - Services (CuteHMI.Services.2)
logging.hpp
1 #ifndef H_EXTENSIONS_CUTEHMI_SERVICES_2_INCLUDE_CUTEHMI_SERVICES_LOGGING_HPP
2 #define H_EXTENSIONS_CUTEHMI_SERVICES_2_INCLUDE_CUTEHMI_SERVICES_LOGGING_HPP
3 
4 // This file has been autogenerated by 'ExtensionSkeleton.qbs'.
5 
6 #include "internal/platform.hpp"
7 #include <cutehmi/loggingMacros.hpp>
8 
9 CUTEHMI_SERVICES_API Q_DECLARE_LOGGING_CATEGORY(cutehmi_services_2_loggingCategory)
10 
11 namespace cutehmi {
12 namespace services {
13 
14 inline
16 {
17  return cutehmi_services_2_loggingCategory();
18 }
19 
20 }
21 }
22 
23 #endif
24 
25 //(c)C: Copyright © 2019, Michał Policht <michal@policht.pl>. All rights reserved.
26 //(c)C: This file is a part of CuteHMI.
27 //(c)C: CuteHMI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
28 //(c)C: CuteHMI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
29 //(c)C: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.
cutehmi::services::loggingCategory
const QLoggingCategory & loggingCategory()
Definition: logging.hpp:15
cutehmi
QLoggingCategory