summaryrefslogtreecommitdiffstats
path: root/tools/qdbus
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-07 08:58:49 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-07 08:58:49 (GMT)
commitd6369f9faa28c40c4e7dd002b07556d3f730a858 (patch)
treeb34a2cf4569d76639d7e685b7e9f347b1cf4620c /tools/qdbus
parentb65a598e0c580585bd16babfd46967b0f4cf8931 (diff)
downloadQt-d6369f9faa28c40c4e7dd002b07556d3f730a858.zip
Qt-d6369f9faa28c40c4e7dd002b07556d3f730a858.tar.gz
Qt-d6369f9faa28c40c4e7dd002b07556d3f730a858.tar.bz2
Doc: correcting spelling - qdbusxml2dcpp to qdbusxml2cpp
Diffstat (limited to 'tools/qdbus')
-rw-r--r--tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp b/tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp
index d9343e3..a259096 100644
--- a/tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp
+++ b/tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp
@@ -1130,11 +1130,11 @@ int main(int argc, char **argv)
static code representing those interfaces, which can then be used to make calls to remote
objects or implement said interfaces.
- \c qdbusxml2dcpp has two modes of operation, that correspond to the two possible outputs it can
+ \c qdbusxml2cpp has two modes of operation, that correspond to the two possible outputs it can
produce: the interface (proxy) class or the adaptor class. The latter consists of both a C++
header and a source file, which are meant to be edited and adapted to your needs.
- The \c qdbusxml2dcpp tool is not meant to be run every time you compile your
+ The \c qdbusxml2cpp tool is not meant to be run every time you compile your
application. Instead, it's meant to be used when developing the code or when the interface
changes.