summaryrefslogtreecommitdiffstats
path: root/doc/src/publ-subs.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/publ-subs.qdoc')
-rw-r--r--doc/src/publ-subs.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/publ-subs.qdoc b/doc/src/publ-subs.qdoc
index 37af385380..210053bfbd 100644
--- a/doc/src/publ-subs.qdoc
+++ b/doc/src/publ-subs.qdoc
@@ -57,7 +57,7 @@ navigate through and subscribe to change notifications.
The QtMobility APIs are placed into the \i{QtMobility} namespace. This is done
to facilitate the future migration of QtMobility APIs into Qt. See the
-\l {Quickstart Example}{Quickstart guide} for an example on how the
+\l {Quickstart guide} for an example on how the
namespace impacts on application development.
\section1 Overview
@@ -296,7 +296,8 @@ For example, the following \c .context file describes a simple example service:
</provider>
\endcode
-(note the \c service attribute must match the organization domain and application name set above)
+Note: 1) The \c service attribute must match the organization domain and application name set above.
+2) The \c bus attribute must be "session", i.e. you can only use the session bus.
Example qmake snippet to deploy the \c .context file
\code