aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2022-03-09 09:52:36 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2022-07-19 06:38:38 +0000
commitfaac35b5b3191348a72256437ccbb71a68dfb3a9 (patch)
treeb42ade27b64508d9e1aef8c0e574ad5c7a4481a3
parent5d45d6e6a5b4fbb13b9ee3e5949dbfd1978c667a (diff)
doc: Fix documentation of PkgConfigProbe propertiesv1.23.0
The exactVersion and maxVersion docs were somewhat mixed up. Change-Id: I840fb09e72ab53251edd1c2af038f080eb27905a Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
-rw-r--r--doc/reference/items/probe/pkgconfig-probe.qdoc4
1 files 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
*/