aboutsummaryrefslogtreecommitdiff
path: root/xT/xTq.h
diff options
context:
space:
mode:
Diffstat (limited to 'xT/xTq.h')
-rw-r--r--xT/xTq.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/xT/xTq.h b/xT/xTq.h
deleted file mode 100644
index 70a0374..0000000
--- a/xT/xTq.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef XTQ_H
-#define XTQ_H
-
-#include <QTcpSocket>
-#include <QtQmlIntegration/qqmlintegration.h>
-
-class RelayConnection : public QObject {
- Q_OBJECT
- QML_ELEMENT
-
-public:
- QTcpSocket *socket; ///< Buffered relay socket
-};
-
-#endif // XTQ_H