From 6b3c6155e9dfc6a3ee32b4ced4a117ec570d7563 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 22 Jul 2022 15:42:13 -0700 Subject: Remove qvariant_p.h Change-Id: I3859764fed084846bcb0fffd1704480153e34973 Reviewed-by: Ievgenii Meshcheriakov --- src/corelib/CMakeLists.txt | 2 +- src/corelib/kernel/qvariant.cpp | 1 - src/corelib/kernel/qvariant_p.h | 27 --------------------------- 3 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 src/corelib/kernel/qvariant_p.h (limited to 'src/corelib') diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt index 534abce390..106a17b65f 100644 --- a/src/corelib/CMakeLists.txt +++ b/src/corelib/CMakeLists.txt @@ -151,7 +151,7 @@ qt_internal_add_module(Core kernel/qtestsupport_core.cpp kernel/qtestsupport_core.h kernel/qtimer.cpp kernel/qtimer.h kernel/qtranslator.cpp kernel/qtranslator.h kernel/qtranslator_p.h - kernel/qvariant.cpp kernel/qvariant.h kernel/qvariant_p.h + kernel/qvariant.cpp kernel/qvariant.h kernel/qvariantmap.h kernel/qvarianthash.h kernel/qvariantlist.h plugin/qfactoryinterface.cpp plugin/qfactoryinterface.h plugin/qfactoryloader.cpp plugin/qfactoryloader_p.h diff --git a/src/corelib/kernel/qvariant.cpp b/src/corelib/kernel/qvariant.cpp index aee2e757db..1e72321ff2 100644 --- a/src/corelib/kernel/qvariant.cpp +++ b/src/corelib/kernel/qvariant.cpp @@ -36,7 +36,6 @@ #include "qjsondocument.h" #include "qbytearraylist.h" #endif -#include "private/qvariant_p.h" #include "private/qlocale_p.h" #include "qmetatype_p.h" #include diff --git a/src/corelib/kernel/qvariant_p.h b/src/corelib/kernel/qvariant_p.h deleted file mode 100644 index 40fde48a1c..0000000000 --- a/src/corelib/kernel/qvariant_p.h +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// Copyright (C) 2016 Intel Corporation. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QVARIANT_P_H -#define QVARIANT_P_H - -// -// W A R N I N G -// ------------- -// -// This file is not part of the Qt API. It exists purely as an -// implementation detail. This header file may change from version to -// version without notice, or even be removed. -// -// We mean it. -// - -#include -#include -#include - -QT_BEGIN_NAMESPACE - -QT_END_NAMESPACE - -#endif // QVARIANT_P_H -- cgit v1.2.3