summaryrefslogtreecommitdiffstats
path: root/src/serviceframework/qserviceinterfacedescriptor.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2011-09-14 10:35:25 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-07 02:14:06 +0200
commit18ff485be6335265a67c1726dec78bd82e9c066a (patch)
tree792ebd53cd2f12ac760d1e9a8272eda72fcf0837 /src/serviceframework/qserviceinterfacedescriptor.cpp
parenta7bcaf508756f4c0c86e4ecd1dbfbafd22607b18 (diff)
Docs: Add ServiceFramework docs.
Change-Id: I126b906c4d01da4bc592bb14dbf0ead2c75026a0 Reviewed-on: http://codereview.qt-project.org/4839 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
Diffstat (limited to 'src/serviceframework/qserviceinterfacedescriptor.cpp')
-rw-r--r--src/serviceframework/qserviceinterfacedescriptor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/serviceframework/qserviceinterfacedescriptor.cpp b/src/serviceframework/qserviceinterfacedescriptor.cpp
index e47b0395..af83d480 100644
--- a/src/serviceframework/qserviceinterfacedescriptor.cpp
+++ b/src/serviceframework/qserviceinterfacedescriptor.cpp
@@ -66,11 +66,11 @@ QT_BEGIN_NAMESPACE
version. Subsequent versions of the same interface must be binary compatible to previous versions
of the same interface.
- In the above example service A and B implement the interface \i com.nokia.qt.x.
+ In the above example service A and B implement the interface \e com.nokia.qt.x.
In fact Service A provides two different implementations for the very same interface.
This is indicated by the changed minor version number. Although Service B is
using the same interface it's implementation actually utilizes the second version of
- the interface \i com.nokia.qt.x. Binary compatibility guarantees that clients
+ the interface \e com.nokia.qt.x. Binary compatibility guarantees that clients
who know version 1 can utilize version 2. If an existing interface has to be changed
in a non-compatible way a new interface (name) is required.
@@ -81,7 +81,7 @@ QT_BEGIN_NAMESPACE
identifies a service implementation on a device. Interface names follow
the java namespace convention.
- The namespace \i com.nokia.qt.* is reserved for future Qt development.
+ The namespace \e com.nokia.qt.* is reserved for future Qt development.
\sa QServiceFilter, QServiceManager
*/