summaryrefslogtreecommitdiffstats
path: root/src/networksettingsqml/qnetworksettingsforeign.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/networksettingsqml/qnetworksettingsforeign.cpp')
-rw-r--r--src/networksettingsqml/qnetworksettingsforeign.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/networksettingsqml/qnetworksettingsforeign.cpp b/src/networksettingsqml/qnetworksettingsforeign.cpp
index e3d1414..e0d73c0 100644
--- a/src/networksettingsqml/qnetworksettingsforeign.cpp
+++ b/src/networksettingsqml/qnetworksettingsforeign.cpp
@@ -69,7 +69,9 @@
\qmlproperty model NetworkSettingsManager::services
\readonly
- Holds the service model.
+ Holds the service model. A delegate in a view that uses
+ the \e services model can access the NetworkService
+ item with the \e entry role.
The services list in the model can be controlled with the
\c type property, and NetworkService items can be retrieved
@@ -99,7 +101,7 @@
Holds the interface model. A delegate in a view that uses
the \e interfaces model can access the NetworkInterface
- item with the \e dataModel role.
+ item with the \e entry role.
\sa NetworkInterface
*/