From faac35b5b3191348a72256437ccbb71a68dfb3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Wed, 9 Mar 2022 09:52:36 +0100 Subject: doc: Fix documentation of PkgConfigProbe properties The exactVersion and maxVersion docs were somewhat mixed up. Change-Id: I840fb09e72ab53251edd1c2af038f080eb27905a Reviewed-by: Ivan Komissarov --- doc/reference/items/probe/pkgconfig-probe.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/items/probe/pkgconfig-probe.qdoc b/doc/reference/items/probe/pkgconfig-probe.qdoc index 15435ede4..22fd510ac 100644 --- a/doc/reference/items/probe/pkgconfig-probe.qdoc +++ b/doc/reference/items/probe/pkgconfig-probe.qdoc @@ -110,7 +110,7 @@ \qmlproperty string PkgConfigProbe::exactVersion The exact version of the required package. If set, pkg-config will ignore packages with - version greater than the value of this property. + version that is not equal to the value of this property. \nodefaultvalue */ @@ -119,7 +119,7 @@ \qmlproperty string PkgConfigProbe::maxVersion The maximum version of the required package. If set, pkg-config will ignore packages with - version that is not equal to the value of this property. + version greater than the value of this property. \nodefaultvalue */ -- cgit v1.2.3