Doc/QIconEngine: fix comment about virtual_hook()

QIconEngine::scaledPixmap() and isNull() are now virtual functions
which can be reimplemented by the icon engines so the comment was out
of date.

Change-Id: I308446dade1da9edeef5c554db146443660b4761
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 3987e938b1004329c6614adcf3c3d2777b8b1cea)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Christian Ehrlicher 2024-05-25 13:20:04 +02:00 committed by Qt Cherry-pick Bot
parent 4735382122
commit 20c568fba3

View File

@ -1,3 +1,3 @@
\note This is a helper method and the actual work is done by the \note If the icon engine does not reimplement this function, the actual work is
virtual_hook() method, hence this method depends on icon engine support done by the virtual_hook() method, hence this method depends on icon engine support
and may not work with all icon engines. and may not work with all icon engines.