Remove qvariant_p.h
Change-Id: I3859764fed084846bcb0fffd1704480153e34973 Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
This commit is contained in:
parent
708e4ea235
commit
6b3c6155e9
@ -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
|
||||
|
@ -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 <qmetaobject.h>
|
||||
|
@ -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 <QtCore/qglobal.h>
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/private/qmetatype_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // QVARIANT_P_H
|
@ -50,7 +50,6 @@
|
||||
|
||||
#include <float.h>
|
||||
|
||||
#include "private/qvariant_p.h"
|
||||
#include <private/qmetatype_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include "qsizepolicy.h"
|
||||
#include "qwidget.h"
|
||||
|
||||
#include "private/qvariant_p.h"
|
||||
#include <private/qmetatype_p.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include <QSet>
|
||||
|
||||
#include <qvariant.h>
|
||||
#include <QtCore/private/qvariant_p.h>
|
||||
#include <qbitarray.h>
|
||||
#include <qbytearraylist.h>
|
||||
#include <qdatetime.h>
|
||||
|
Loading…
Reference in New Issue
Block a user