Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qstringconverter_base_deprecated.h
Go to the documentation of this file.
1
// Copyright (C) 2025 Intel Corporation
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
// Qt-Security score:significant reason:header-decls-only
4
5
#
ifndef
QSTRINGCONVERTER_BASE_DEPRECATED_H
6
#
define
QSTRINGCONVERTER_BASE_DEPRECATED_H
7
8
#
if
0
9
#
pragma
qt_class
(
QStringConverterBase
)
10
#
pragma
qt_no_master_include
11
#
pragma
qt_sync_stop_processing
12
#
endif
13
14
#
include
<
QtCore
/
qcompilerdetection
.
h
>
15
#
include
<
QtCore
/
qstringconverter
.
h
>
16
17
#
ifdef
Q_CC_GNU
18
#
warning
"QStringConverterBase is not a public class and including "
19
"<QtCore/QStringConverterBase> is deprecated. The header will disappear"
20
" in Qt 7"
21
#
elif
defined
(
Q_CC_MSVC
)
22
#
pragma
message
(
"QStringConverterBase is not a public class and including "
23
"<QtCore/QStringConverterBase> is deprecated. The header will disappear"
24
" in Qt 7"
)
25
#
endif
26
27
#
endif
// QSTRINGCONVERTER_BASE_DEPRECATED_H
qtbase
src
corelib
text
qstringconverter_base_deprecated.h
Generated on
for Qt by
1.14.0