diff --git a/doc/src/highdpi.qdoc b/doc/src/highdpi.qdoc index 54cafae383df05369eadc4908105cd3dfad617cf..7658f024fed111da60826c347efbe1ca5d186337 100644 --- a/doc/src/highdpi.qdoc +++ b/doc/src/highdpi.qdoc @@ -99,7 +99,7 @@ <key>NSHighResolutionCapable</key> <string>True</string> \endcode - Never versions of qmake will generate Info.plist's with the NSPrincipalClass key, + Newer versions of qmake will generate Info.plist's with the NSPrincipalClass key, which is sufficient since NSHighResolutionCapable is true by default. \note \macos and iOS may apply further virtualization such that device pixels do not diff --git a/doc/src/qmlapp/usecases/layouts.qdoc b/doc/src/qmlapp/usecases/layouts.qdoc index fe2098e55b55e892452d1afd2d9ae3881e237692..ad995eec197fc5a56bcf2822b567c2b8b9785f26 100644 --- a/doc/src/qmlapp/usecases/layouts.qdoc +++ b/doc/src/qmlapp/usecases/layouts.qdoc @@ -68,7 +68,7 @@ For full details, see \l {Positioning with Anchors} and the documentation of the \section1 Positioners For the common case of wanting to \e position a set of types in a regular pattern, Qt Quick provides some positioner -types. Items placed in a positioner are automatically positioned in some way; for example, a \l Row positions items to be +types. Items placed in a positioner are automatically positioned in some way; for example, a \l [QML] Row positions items to be horizontally adjacent (forming a row). For full details see \l {Item Positioners} and the documentation for \l{Qt Positioning QML Types}{the positioner types}.