CuteHMI - CuteHMI (CuteHMI.2)
common.hpp
1 #ifndef H_EXTENSIONS_CUTEHMI_2_INCLUDE_CUTEHMI_INTERNAL_COMMON_HPP
2 #define H_EXTENSIONS_CUTEHMI_2_INCLUDE_CUTEHMI_INTERNAL_COMMON_HPP
3 
4 #include "platform.hpp"
5 #include "../metadata.hpp"
6 #include "../logging.hpp"
7 #include "../MPtr.hpp"
8 #include "../ErrorInfo.hpp"
9 #include "../Notification.hpp"
10 #include "../Message.hpp"
11 
12 #include <QtGlobal>
13 
14 #endif
15 
16 //(c)C: Copyright © 2018-2019, Michał Policht <michal@policht.pl>. All rights reserved.
17 //(c)C: This file is a part of CuteHMI.
18 //(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.
19 //(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.
20 //(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/>.