aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMax Waterman <david.waterman@nokia.com>2010-09-11 19:25:30 +0300
committerJörgen Scheibengruber <jorgen.scheibengruber@nokia.com>2010-09-13 13:42:43 +0300
commit37d4588b959c4d7683f49c325332777e8fad802d (patch)
tree004e4d3fd87b180550aa99b5cbbbddaf8cbfb7a5 /tools
parent196a9540706f999fb4c152842dd44e4ad288a0ba (diff)
Changes: fixed typo in the Q_CLASSINFO for dbus introspection.
RevBy: Holger Details: The introspection is used by the 'qdbus' command line utility and is also needed by the Qt service framework mechanism.
Diffstat (limited to 'tools')
-rw-r--r--tools/m-servicefwgen.d/m-servicefwgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/m-servicefwgen.d/m-servicefwgen.cpp b/tools/m-servicefwgen.d/m-servicefwgen.cpp
index 18292a33..96dc168c 100644
--- a/tools/m-servicefwgen.d/m-servicefwgen.cpp
+++ b/tools/m-servicefwgen.d/m-servicefwgen.cpp
@@ -1038,7 +1038,7 @@ void processAdaptorHeaderFile()
if (isChainTask) {
newAdaptorHeaderStream
<< "\" <arg direction=\\\"in\\\" type=\\\"u\\\" name=\\\"_windowId\\\"/>\\n\"" << endl
- << "\" <arg direction=\\\"in\\\" type=\\\"u\\\" name=\\\"_taskTitle\\\"/>\\n\"" << endl;
+ << "\" <arg direction=\\\"in\\\" type=\\\"s\\\" name=\\\"_taskTitle\\\"/>\\n\"" << endl;
if ( chainTaskHasNoParameters ) {
newAdaptorHeaderStream
<< "\" </method>\\n\"" << endl;