summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qtnamespacemacros.h
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-08-09 18:53:13 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-08-19 09:16:11 +0200
commit4842cc176881ae22e14ca193fba46c6a04d09530 (patch)
tree7293a754669350c1924be285b80d420160599ae3 /src/corelib/global/qtnamespacemacros.h
parent0329792602310577fa66c6991b891140b6edd210 (diff)
Remove qtnamespacemacros.h and use qtconfigmacros.h instead
Change-Id: Ibae6e6e255c1bb1ee52839a051d585de81833bf9 Pick-to: 6.4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/corelib/global/qtnamespacemacros.h')
-rw-r--r--src/corelib/global/qtnamespacemacros.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/corelib/global/qtnamespacemacros.h b/src/corelib/global/qtnamespacemacros.h
deleted file mode 100644
index 49c1e08842..0000000000
--- a/src/corelib/global/qtnamespacemacros.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-
-#ifndef QTNAMESPACEMACROS_H
-#define QTNAMESPACEMACROS_H
-
-#include <QtCore/qtconfigmacros.h>
-
-#endif /* QTNAMESPACEMACROS_H */