summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qifabstractfeature.cpp
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@qt.io>2022-03-02 14:51:20 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-14 06:19:03 +0000
commit71512be8758c75b4b6b0130d6b623f564c6bf227 (patch)
tree8cf4d8f31fb54522b3d2bd85d36458ff2662aacc /src/interfaceframework/qifabstractfeature.cpp
parente5ef8b05129a572ac21f51da2f01f1c531445fd4 (diff)
Add and improve documentationv6.2.46.2.4
Extended documentation for QtRO simulation server and clarified some other topics. Change-Id: I64b31ff8ffdc4dbda46e6bbf55665027fa7791d5 Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit 765c3b4f9fb8a9d76ffcb96f3ab72bddbf717fa7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/interfaceframework/qifabstractfeature.cpp')
-rw-r--r--src/interfaceframework/qifabstractfeature.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaceframework/qifabstractfeature.cpp b/src/interfaceframework/qifabstractfeature.cpp
index 03dbec0c..1d2fe6fe 100644
--- a/src/interfaceframework/qifabstractfeature.cpp
+++ b/src/interfaceframework/qifabstractfeature.cpp
@@ -739,9 +739,9 @@ void QIfAbstractFeature::disconnectFromServiceObject(QIfServiceObject *serviceOb
\property QIfAbstractFeature::isValid
\brief Indicates whether the feature is ready to use.
- The property is \c true if the feature is ready to be used, otherwise \c false. Not being
- ready usually indicates that no suitable service object could be found, or that automatic
- discovery has not been triggered.
+ The property is \c true if the feature has an associated service object, otherwise \c false.
+ Not being valid usually indicates that no suitable service object could be found, or that
+ automatic discovery has not been triggered.
The backend still might not have sent all properties yet and is not fully initialized.
Use isInitialized instead to know when the feature holds all correct values.