aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/pysidetest_global.h
blob: 6f784dc583586387a462dc64761659a65a74ab23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef PYSIDETEST_GLOBAL_H
#define PYSIDETEST_GLOBAL_H

// PySide global.h file
#include "containertest.h"
#include "testobject.h"
#include "testview.h"
#include "flagstest.h"
#include "hiddenobject.h"
#include "sharedpointertestbench.h"
#include "testqvariantenum.h"

#endif // PYSIDETEST_GLOBAL_H