summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvarianthash.h
blob: a36efc6e9a02782d6b7ff4fbce72e199755013db (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 QVARIANTHASH_H
#define QVARIANTHASH_H

#if 0
#pragma qt_class(QVariantHash)
#endif

#include <QtCore/qglobal.h>

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

QT_BEGIN_NAMESPACE
QT_END_NAMESPACE

#endif