Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:07:41

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