summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2019-10-31 19:10:24 +0100
committerRobert Griebl <robert.griebl@qt.io>2019-11-05 14:57:14 +0100
commit18bf370fb0e510fb3ed516818f793523153204bb (patch)
tree1d6ebb58fa5920aca46fb9c795b1fbe2691e390a /src
parent49f2f18c822d5ad9ec25b696aa62d0be5823a511 (diff)
downloadqtapplicationmanager-18bf370fb0e510fb3ed516818f793523153204bb.tar.gz
Fix qdoc warnings
Change-Id: Id2292a3c656bbe07944231a98a39bee9045eb861 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/intent-server-lib/intentserver.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intent-server-lib/intentserver.cpp b/src/intent-server-lib/intentserver.cpp
index e7663dc4..1ae98091 100644
--- a/src/intent-server-lib/intentserver.cpp
+++ b/src/intent-server-lib/intentserver.cpp
@@ -434,11 +434,11 @@ Intent *IntentServer::intent(int index) const
and \a parameters or \c null if the id does not exist.
This method exposes the same functionality that is used internally to match incoming Intent
- requests for the intent identified by \a intentId and targeted for the package identified by
- \a packageId.
+ requests for the intent identified by \a intentId and targeted for the application identified by
+ \a applicationId.
Although you could iterate over the intentList yourself in JavaScript, this function has the
added benefit of also checking the optionally provided \a parameters against any given
- \l{Intent::parameterMatch}{parameter matches}.
+ \l{IntentObject::parameterMatch}{parameter matches}.
\note The object ownership of the returned Intent object stays with the application-manager.
If you want to store this pointer, you can use the IntentServer's QAbstractListModel