Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:12:24

0001 // Copyright (C) 2016 The Qt Company Ltd.
0002 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
0003 
0004 #ifndef QTESTSYSTEM_H
0005 #define QTESTSYSTEM_H
0006 
0007 #include <QtTest/qtestcase.h>
0008 
0009 #include <QtCore/qtestsupport_core.h>
0010 #ifdef QT_GUI_LIB
0011 #  include <QtGui/qtestsupport_gui.h>
0012 #endif
0013 #ifdef QT_WIDGETS_LIB
0014 #  include <QtWidgets/qtestsupport_widgets.h>
0015 #endif
0016 
0017 QT_BEGIN_NAMESPACE
0018 QT_END_NAMESPACE
0019 
0020 #endif
0021