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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interfaceframework/qifabstractfeature.cpp b/src/interfaceframework/qifabstractfeature.cpp
index d5d072ad..45d9b516 100644
--- a/src/interfaceframework/qifabstractfeature.cpp
+++ b/src/interfaceframework/qifabstractfeature.cpp
@@ -428,6 +428,7 @@ QIfAbstractFeature::DiscoveryResult QIfAbstractFeature::discoveryResult() const
/*!
\qmlproperty string AbstractFeature::configurationId
\brief Holds the id to determine which configuration this feature belongs to.
+ \since 6.5
Once the id has been set, it is possible to change certain values using the
\l InterfaceFrameworkConfiguration API.
@@ -441,6 +442,7 @@ QIfAbstractFeature::DiscoveryResult QIfAbstractFeature::discoveryResult() const
/*!
\property QIfAbstractFeature::configurationId
\brief Holds the id to determine which configuration this feature belongs to.
+ \since 6.5
Once the id has been set, it is possible to change certain values using the
\l QIfConfiguration API.
@@ -476,6 +478,7 @@ void QIfAbstractFeature::setConfigurationId(const QString &configurationId)
/*!
\qmlproperty list<string> AbstractFeature::preferredBackends
\brief Holds a list of wildcards to load the preferred backend during auto discovery.
+ \since 6.5
The auto discovery mechanism will automatically search for backends which provide a matching
interface for this feature implementation. See \l startAutoDiscovery() for more information.
@@ -494,6 +497,7 @@ void QIfAbstractFeature::setConfigurationId(const QString &configurationId)
/*!
\property QIfAbstractFeature::preferredBackends
\brief Holds a list of wildcards to load the preferred backend during auto discovery.
+ \since 6.5
The auto discovery mechanism will automatically search for backends which provide a matching
interface for this feature implementation. See \l startAutoDiscovery() for more information.