Doc: rephrase parameter description to avoid qdoc error message
Change-Id: I79d446289b4450d2fcce097cf46d2cf7b6d969da Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>bb10
parent
46976eea18
commit
28ea26e574
|
|
@ -168,10 +168,10 @@
|
||||||
\fn bool QWindowsWindowFunctions::isTabletMode()
|
\fn bool QWindowsWindowFunctions::isTabletMode()
|
||||||
|
|
||||||
This is a convenience function that can be used directly instead of resolving
|
This is a convenience function that can be used directly instead of resolving
|
||||||
the function pointer. The function can be used to query whether Windows 10
|
the function pointer. Returns true if Windows 10 operates in \e{Tablet Mode}.
|
||||||
operates in \e{Tablet Mode}. In this mode, Windows forces all application
|
In this mode, Windows forces all application main windows to open in maximized
|
||||||
main windows to open in maximized state. Applications should then avoid
|
state. Applications should then avoid resizing windows or restoring geometries
|
||||||
resizing windows or restoring geometries to non-maximized states.
|
to non-maximized states.
|
||||||
|
|
||||||
\sa QWidget::showMaximized(), QWidget::saveGeometry(), QWidget::restoreGeometry()
|
\sa QWidget::showMaximized(), QWidget::saveGeometry(), QWidget::restoreGeometry()
|
||||||
\since 5.9
|
\since 5.9
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue