Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-27 09:33:27

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 QVARIANTMAP_H
0006 #define QVARIANTMAP_H
0007 
0008 #if 0
0009 #pragma qt_class(QVariantMap)
0010 #endif
0011 
0012 #include <QtCore/qglobal.h>
0013 
0014 #include <QtCore/QMap>
0015 #include <QtCore/QVariant>
0016 #include <QtCore/QString>
0017 
0018 QT_BEGIN_NAMESPACE
0019 QT_END_NAMESPACE
0020 
0021 #endif