Back to home page

EIC code displayed by LXR

 
 

    


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