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

#if 0
#pragma qt_class(QVariantList)
#endif

#include <QtCore/qglobal.h>

#include <QtCore/QList>
#include <QtCore/QVariant>

QT_BEGIN_NAMESPACE
QT_END_NAMESPACE

#endif