Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-02 09:27:28

0001 // Copyright (C) 2025 Intel Corporation
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:header-decls-only
0004 
0005 #ifndef QSTRINGCONVERTER_BASE_DEPRECATED_H
0006 #define QSTRINGCONVERTER_BASE_DEPRECATED_H
0007 
0008 #if 0
0009 #pragma qt_class(QStringConverterBase)
0010 #pragma qt_no_master_include
0011 #pragma qt_sync_stop_processing
0012 #endif
0013 
0014 #include <QtCore/qcompilerdetection.h>
0015 #include <QtCore/qstringconverter.h>
0016 
0017 #ifdef Q_CC_GNU
0018 #  warning "QStringConverterBase is not a public class and including " \
0019         "<QtCore/QStringConverterBase> is deprecated. The header will disappear" \
0020         " in Qt 7"
0021 #elif defined(Q_CC_MSVC)
0022 #  pragma message("QStringConverterBase is not a public class and including " \
0023     "<QtCore/QStringConverterBase> is deprecated. The header will disappear" \
0024     " in Qt 7")
0025 #endif
0026 
0027 #endif // QSTRINGCONVERTER_BASE_DEPRECATED_H