summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qifabstractfeature.cpp
diff options
context:
space:
mode:
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.