Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-19 09:32:27

0001 // Copyright (C) 2016 The Qt Company Ltd.
0002 // Copyright (C) 2020 Intel Corporation.
0003 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
0004 // Qt-Security score:significant reason:compile-time-only
0005 
0006 #ifndef QSTRINGLITERAL_H
0007 #define QSTRINGLITERAL_H
0008 
0009 #include <QtCore/qstring.h>
0010 
0011 #if 0
0012 #pragma qt_class(QStringLiteral)
0013 #endif
0014 
0015 QT_BEGIN_NAMESPACE
0016 
0017 // QStringLiteral moved to QtCore/QString
0018 
0019 QT_END_NAMESPACE
0020 
0021 #endif // QSTRINGLITERAL_H