Silence some qdoc warnings

\internal needs to be on its own line, otherwise qdoc doesn't know what
\a means.

Change-Id: Ie7bd2fd779540b8d7ea92f9d1dd94e73a771d2b6
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
(cherry picked from commit d3dfe5a3b7e657b088f4e77e36b8d57229a13733)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Volker Hilsheimer 2023-02-08 10:51:46 +01:00 committed by Qt Cherry-pick Bot
parent 0a6db5eb7b
commit 2670f7dcf1

View File

@ -7385,7 +7385,9 @@ QByteArray QWidget::saveGeometry() const
}
/*!
\internal Check a if \a restoredGeometry fits into \a availableGeometry
\internal
Check a if \a restoredGeometry fits into \a availableGeometry
This method is used to verify that a widget is restored to a geometry, which
fits into the target screen.