summaryrefslogtreecommitdiffstats
path: root/src/tools/dbusxml2qt3/classgen.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-05-09 15:39:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-05-09 15:39:44 +0900
commitff5fee9de2442a696cb1d4c66e621b6d8618bbbf (patch)
tree0e49171d8184ec7811bff3a3b3cf22ffc7c43f12 /src/tools/dbusxml2qt3/classgen.cpp
parent7ecf7d1aeaaca124fb1f1206b517266c416ef94d (diff)
downloaddbus-1-tqt-ff5fee9d.tar.gz
dbus-1-tqt-ff5fee9d.zip
Fixed generation of Introspectable interface file. This resolves #17.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/dbusxml2qt3/classgen.cpp')
-rw-r--r--src/tools/dbusxml2qt3/classgen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/dbusxml2qt3/classgen.cpp b/src/tools/dbusxml2qt3/classgen.cpp
index d4ca679..41bb576 100644
--- a/src/tools/dbusxml2qt3/classgen.cpp
+++ b/src/tools/dbusxml2qt3/classgen.cpp
@@ -383,8 +383,6 @@ static void writeInterfaceIncludes(const TQValueList<Class> interfaces,
}
}
- stream << "#include \"introspectableInterface.h\"" << endl;
-
stream << endl;
}