Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/QtCore/qvariantlist.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Copyright (C) 2022 The Qt Company Ltd.
0002 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
0003 
0004 #ifndef QVARIANTLIST_H
0005 #define QVARIANTLIST_H
0006 
0007 #if 0
0008 #pragma qt_class(QVariantList)
0009 #endif
0010 
0011 #include <QtCore/qglobal.h>
0012 
0013 #include <QtCore/QList>
0014 #include <QtCore/QVariant>
0015 
0016 QT_BEGIN_NAMESPACE
0017 QT_END_NAMESPACE
0018 
0019 #endif