Documentation: fix a use of \inlineimage with \caption
The author most likely meant to use \image, based on the HTML render at https://doc.qt.io/qt-6/qml-qt5compat-graphicaleffects-gaussianblur.html. Also, this case generated invalid DocBook output. Change-Id: Ibcd562b3847effe97945117a7a67fda33b00af90 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
This commit is contained in:
parent
affae47400
commit
8b82bdb01f
@ -962,10 +962,10 @@ QComboBox::QComboBox(QComboBoxPrivate &dd, QWidget *parent)
|
|||||||
|
|
||||||
\table
|
\table
|
||||||
\row
|
\row
|
||||||
\li \inlineimage collapsed_combobox.png
|
\li \image collapsed_combobox.png
|
||||||
\caption Collapsed QCombobox
|
\caption Collapsed QCombobox
|
||||||
\li
|
\li
|
||||||
\inlineimage expanded_combobox.png
|
\image expanded_combobox.png
|
||||||
\caption Expanded QCombobox
|
\caption Expanded QCombobox
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user