diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2025-04-18 10:38:04 +0000 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2025-04-18 10:44:30 +0000 |
commit | 8bc7bd5e9e885fc26ff398602970b189e8c490c3 (patch) | |
tree | b22842b5e96a04351256c6d19d7be20d16c56076 | |
parent | b7935461cb9ad69748baaf29e7fb748749cc4fe7 (diff) | |
download | dbus-1-tqt-master.tar.gz dbus-1-tqt-master.zip |
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
-rw-r--r-- | src/tools/dbusxml2qt3/classgen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dbusxml2qt3/classgen.cpp b/src/tools/dbusxml2qt3/classgen.cpp index 10f982d..96967b8 100644 --- a/src/tools/dbusxml2qt3/classgen.cpp +++ b/src/tools/dbusxml2qt3/classgen.cpp @@ -411,6 +411,8 @@ static void openClassDeclaration(const Class& classData, stream << " virtual ~" << classData.name << "() {}" << endl; stream << endl; stream << " static void buildIntrospectionData(TQDomElement& interfaceElement);" << endl; + stream << endl; + stream << " static const TQCString interface() { return TQCString(\"" << classData.dbusName << "\"); }" <<endl; break; case Class::Proxy: |