The Secret Order of Templates - C++ Plugin Skeleton (Templates.CppPluginSkeleton.0)
common.hpp
1 #ifndef H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_INTERNAL_COMMON_HPP
2 #define H_EXTENSIONS_TEMPLATES_CPPPLUGINSKELETON_0_INCLUDE_TEMPLATES_CPPPLUGINSKELETON_INTERNAL_COMMON_HPP
3 
4 // This file has been initially autogenerated by 'cutehmi.skeleton.cpp' Qbs module.
5 
6 #include "platform.hpp"
7 #include "../metadata.hpp"
8 #include "../logging.hpp"
9 
10 #include <cutehmi/MPtr.hpp>
11 #include <cutehmi/macros.hpp>
12 
13 #include <QtGlobal>
14 
15 #endif
16 
17 //(c)ANYONE: Copyright © 2020, Anyone. All rights reserved.
18 //(c)ANYONE: This file is a part of CuteHMI.
19 //(c)ANYONE: 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.
20 //(c)ANYONE: 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.
21 //(c)ANYONE: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.