// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #define QT_GUI_BUILD_REMOVED_API #include "qtguiglobal.h" QT_USE_NAMESPACE #if QT_GUI_REMOVED_SINCE(6, 6) #include "qpixmapcache.h" // inlined API // #include "qotherheader.h" // // implement removed functions from qotherheader.h // order sections alphabetically #endif // QT_GUI_REMOVED_SINCE(6, 6) #if QT_GUI_REMOVED_SINCE(6, 7) #include "qtextdocument.h" bool Qt::mightBeRichText(const QString& text) { return Qt::mightBeRichText(qToStringViewIgnoringNull(text)); } #endif // QT_GUI_REMOVED_SINCE(6, 7) #if QT_GUI_REMOVED_SINCE(6, 8) #include "qpagelayout.h" bool QPageLayout::setMargins(const QMarginsF &margins) { return setMargins(margins, OutOfBoundsPolicy::Reject); } bool QPageLayout::setLeftMargin(qreal leftMargin) { return setLeftMargin(leftMargin, OutOfBoundsPolicy::Reject); } bool QPageLayout::setRightMargin(qreal rightMargin) { return setRightMargin(rightMargin, OutOfBoundsPolicy::Reject); } bool QPageLayout::setTopMargin(qreal topMargin) { return setTopMargin(topMargin, OutOfBoundsPolicy::Reject); } // #include "qotherheader.h" // // implement removed functions from qotherheader.h // order sections alphabetically #endif // QT_GUI_REMOVED_SINCE(6, 8)