Docs: remove \internal in the docs for encodeMetricF()

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ø <tor.arne.vestbo@qt.io>
(cherry picked from commit 3ff989acaf84405a472605140e4035b993380bce)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
David Faure 2024-10-12 10:47:53 +02:00 committed by Qt Cherry-pick Bot
parent 5165a8bacc
commit cfe906856b

View File

@ -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.