ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ALib.Compatibility.QTBoxing.H
Go to the documentation of this file.
1//==================================================================================================
2/// \file
3/// This header-file is part of the \aliblong.
4///
5/// Copyright 2013-2026 A-Worx GmbH, Germany.
6/// Published under #"mainpage_license".
7///
8/// <b>Legal Notice:</b>
9/// This is an optional extension header to provide compatibility between ALib and
10/// the QT class library.
11/// All information about QT is found at https://www.qt.io
12/// ALib otherwise does not use or rely on QT.
13/// The use of QT is bound to the QT license restrictions.
14//==================================================================================================
15#ifndef HPP_ALIB_COMPATIBILITY_BOXING_QT
16#define HPP_ALIB_COMPATIBILITY_BOXING_QT 1
17#pragma once
18#ifndef HPP_ALIB
19# include "alib/alib.prepro.hpp"
20#endif
21
22#if ALIB_BOXING && !defined(ALIB_QT_LIB_NOT_FOUND) // this is only set in an automated test project
23
24//=========================================== Dependencies =========================================
25#if defined(__clang__)
26 #pragma clang diagnostic push
27 #pragma clang diagnostic ignored "-Wreserved-id-macro"
28 #pragma clang diagnostic ignored "-Wredundant-parens"
29 #pragma clang diagnostic ignored "-Wcovered-switch-default"
30 #pragma clang diagnostic ignored "-Wsign-conversion"
31 #pragma clang diagnostic ignored "-Wdeprecated"
32 #pragma clang diagnostic ignored "-Wunused-variable"
33 #pragma clang diagnostic ignored "-Wcomma"
34 #pragma clang diagnostic ignored "-Wduplicate-enum"
35#endif
36#include <QtCore/QString>
37#include <QtCore/QVector>
38
39#if defined(__clang__)
40 #pragma clang diagnostic pop
41#endif
42
44
45#include "ALib.Boxing.H"
46#include <functional>
47
48//============================================= Includes ===========================================
50
51
52#endif // ALIB_BOXING && !defined(ALIB_QT_LIB_NOT_FOUND) // this is only set in an automated test project
53#endif // HPP_ALIB_COMPATIBILITY_BOXING_QT