summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariantmap.h
blob: 22cb975b5c09395a14a49d24fcff2a75d3e996d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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 QVARIANTMAP_H
#define QVARIANTMAP_H

#if 0
#pragma qt_class(QVariantMap)
#endif

#include <QtCore/qglobal.h>

#include <QtCore/QMap>
#include <QtCore/QVariant>
#include <QtCore/QString>

QT_BEGIN_NAMESPACE
QT_END_NAMESPACE

#endif