Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.7.1, 5.8.0 RC
-
Fix Version/s: 5.9.0 Alpha
-
Component/s: Documentation
-
Labels:None
Description
http://doc.qt.io/qt-5/qstylehints.html
true and false words are missing for the following properties:
- showIsFullScreen
- showIsMaximized
- useRtlExtensions
- setFocusOnTouchRelease
- singleClickActivation
https://github.com/qt/qtbase/blob/dev/src/gui/kernel/qstylehints.cpp#L332
It seems like all "\c true" and "\c false" are replaced with spaces for some reason.