aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/pysidetest/pysidetest_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/pysidetest/pysidetest_global.h')
-rw-r--r--sources/pyside2/tests/pysidetest/pysidetest_global.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sources/pyside2/tests/pysidetest/pysidetest_global.h b/sources/pyside2/tests/pysidetest/pysidetest_global.h
index 0077ade96..6f9b187ba 100644
--- a/sources/pyside2/tests/pysidetest/pysidetest_global.h
+++ b/sources/pyside2/tests/pysidetest/pysidetest_global.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of Qt for Python.
@@ -26,9 +26,13 @@
**
****************************************************************************/
+#ifndef PYSIDETEST_GLOBAL_H
+#define PYSIDETEST_GLOBAL_H
+
// PySide global.h file
-#include "pyside2_global.h"
#include "testobject.h"
#include "testview.h"
-#define PYSIDE_API
+#include "flagstest.h"
#include "hiddenobject.h"
+
+#endif // PYSIDETEST_GLOBAL_H