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.

Pick-to: 6.8
Change-Id: I308446dade1da9edeef5c554db146443660b4761
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Christian Ehrlicher 2024-05-25 13:20:04 +02:00 committed by Volker Hilsheimer
parent 6b096271cf
commit 3987e938b1

View File

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