diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2019-04-28 09:49:33 +0000 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2019-04-28 09:49:33 +0000 |
commit | 755938dd30b7153447fac58bc935e0dbd6f94fc7 (patch) | |
tree | 03ab1ffab2a1863b926154d5a5dbbfb30a7f61d2 /src | |
parent | 6236fe90515377d8d7e291f9b3f3f779f3b09af8 (diff) | |
download | dbus-1-tqt-755938dd30b7153447fac58bc935e0dbd6f94fc7.tar.gz dbus-1-tqt-755938dd30b7153447fac58bc935e0dbd6f94fc7.zip |
missed from commit 99fc7a4311
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/dbusxml2qt3/methodgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dbusxml2qt3/methodgen.cpp b/src/tools/dbusxml2qt3/methodgen.cpp index 91ba592..4a03850 100644 --- a/src/tools/dbusxml2qt3/methodgen.cpp +++ b/src/tools/dbusxml2qt3/methodgen.cpp @@ -561,7 +561,7 @@ static void writeNodeIntrospection(const Class& classData, stream << " interfaceElement = doc.createElement(\"interface\");" << endl; stream << " " << (*it).namespaces.join("::") + "::" + (*it).name - << "::buildIntrospectionData(interfaceElement);" << endl; + << "Interface::buildIntrospectionData(interfaceElement);" << endl; stream << " nodeElement.appendChild(interfaceElement);" << endl; } |