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 // Qt-Security score:significant reason:default
0004 
0005 #ifndef QVARIANTLIST_H
0006 #define QVARIANTLIST_H
0007 
0008 #if 0
0009 #pragma qt_class(QVariantList)
0010 #endif
0011 
0012 #include <QtCore/qglobal.h>
0013 
0014 #include <QtCore/QList>
0015 #include <QtCore/QVariant>
0016 
0017 QT_BEGIN_NAMESPACE
0018 QT_END_NAMESPACE
0019 
0020 #endif