diff options
-rw-r--r-- | src/tools/dbusxml2qt3/methodgen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dbusxml2qt3/methodgen.cpp b/src/tools/dbusxml2qt3/methodgen.cpp index 882c1cd..a7e3427 100644 --- a/src/tools/dbusxml2qt3/methodgen.cpp +++ b/src/tools/dbusxml2qt3/methodgen.cpp @@ -1710,6 +1710,8 @@ void MethodGenerator::writeIntrospectionDataMethod(const Class& classData, } stream << " asyncAnnotationElement.setAttribute(\"name\", " << "\"org.freedesktop.DBus.GLib.Async\");" << endl; + stream << " asyncAnnotationElement.setAttribute(\"value\", " + << "\"true\");" << endl; stream << " methodElement.appendChild(asyncAnnotationElement);" << endl; } |