summaryrefslogtreecommitdiffstats
path: root/src/tools/dbusxml2qt3/classgen.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-30 23:24:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-30 23:24:46 +0900
commitd3ff70c037825a37a7c40f12955397ad063f91f7 (patch)
tree8ff95e15505cbedc4015e62dc5881c2127842a61 /src/tools/dbusxml2qt3/classgen.h
parent415cca8630022e155ce159696ece272a6661ddc5 (diff)
downloaddbus-1-tqt-d3ff70c037825a37a7c40f12955397ad063f91f7.tar.gz
dbus-1-tqt-d3ff70c037825a37a7c40f12955397ad063f91f7.zip
Fixed problem with interface file name generation and inclusion. This
relates to #5. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/dbusxml2qt3/classgen.h')
-rw-r--r--src/tools/dbusxml2qt3/classgen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dbusxml2qt3/classgen.h b/src/tools/dbusxml2qt3/classgen.h
index 1abb893..83559a2 100644
--- a/src/tools/dbusxml2qt3/classgen.h
+++ b/src/tools/dbusxml2qt3/classgen.h
@@ -46,6 +46,7 @@ public:
TQTextStream& headerStream, TQTextStream& sourceStream);
static bool generateNode(const Class& classData,
const TQValueList<Class>& interfaces,
+ const TQString& customInterfaceFilename,
TQTextStream& headerStream, TQTextStream& sourceStream);
static bool generateIncludeMoc(const TQString& baseName, TQTextStream& sourceStream);
};