summaryrefslogtreecommitdiffstats
path: root/qt/examples/chatadaptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/examples/chatadaptor.cpp')
-rw-r--r--qt/examples/chatadaptor.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/qt/examples/chatadaptor.cpp b/qt/examples/chatadaptor.cpp
new file mode 100644
index 00000000..525b9aad
--- /dev/null
+++ b/qt/examples/chatadaptor.cpp
@@ -0,0 +1,36 @@
+/*
+ * This file was generated by dbusidl2cpp version 0.3
+ * when processing input file /home/tjmaciei/src/kde4/playground/libs/qt-dbus/examples/com.trolltech.ChatInterface.xml
+ *
+ * dbusidl2cpp is Copyright (C) 2006 Trolltech AS. All rights reserved.
+ *
+ * This is an auto-generated file.
+ */
+
+#include "chatadaptor.h"
+#include <QtCore/QMetaObject>
+#include <QtCore/QByteArray>
+#include <QtCore/QList>
+#include <QtCore/QMap>
+#include <QtCore/QString>
+#include <QtCore/QStringList>
+#include <QtCore/QVariant>
+
+/*
+ * Implementation of adaptor class ChatInterfaceAdaptor
+ */
+
+ChatInterfaceAdaptor::ChatInterfaceAdaptor(QObject *parent)
+ : QDBusAbstractAdaptor(parent)
+{
+ // constructor
+ setAutoRelaySignals(true);
+}
+
+ChatInterfaceAdaptor::~ChatInterfaceAdaptor()
+{
+ // destructor
+}
+
+
+#include "chatadaptor.moc"