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:
parent
5165a8bacc
commit
cfe906856b
@ -300,8 +300,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\fn int QPaintDevice::encodeMetricF(PaintDeviceMetric metric, double value)
|
\fn int QPaintDevice::encodeMetricF(PaintDeviceMetric metric, double value)
|
||||||
|
|
||||||
\internal
|
|
||||||
|
|
||||||
Returns \a value encoded for the metric \a metric. Subclasses implementing metric() should use
|
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
|
this function to encode \value as an integer return value when the query metric specifies an
|
||||||
encoded floating-point value.
|
encoded floating-point value.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user