From cfe906856bebe1efff006ad53a259a7e03afdf23 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 12 Oct 2024 10:47:53 +0200 Subject: [PATCH] Docs: remove \internal in the docs for encodeMetricF() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The documentation for QPaintDevice::PdmDevicePixelRatioF_EncodedA refers to encodeMetricF() which was nowhere to be found in the documentation because it was marked as internal. Pick-to: 6.8 Change-Id: I37707bc641d359f367f77c958043b6dfa33d4dcb Reviewed-by: Tor Arne Vestbø (cherry picked from commit 3ff989acaf84405a472605140e4035b993380bce) Reviewed-by: Qt Cherry-pick Bot --- src/gui/painting/qpaintdevice.qdoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/painting/qpaintdevice.qdoc b/src/gui/painting/qpaintdevice.qdoc index 9b9a6facb80..ef3a39831e6 100644 --- a/src/gui/painting/qpaintdevice.qdoc +++ b/src/gui/painting/qpaintdevice.qdoc @@ -300,8 +300,6 @@ /*! \fn int QPaintDevice::encodeMetricF(PaintDeviceMetric metric, double value) - \internal - Returns \a value encoded for the metric \a metric. Subclasses implementing metric() should use this function to encode \value as an integer return value when the query metric specifies an encoded floating-point value.