]> rtime.felk.cvut.cz Git - mf6xx.git/blobdiff - src/qemu/mf624_interface/untitled/socket_thread.h
Changed some directory names for easier understanding.
[mf6xx.git] / src / qemu / mf624_interface / untitled / socket_thread.h
diff --git a/src/qemu/mf624_interface/untitled/socket_thread.h b/src/qemu/mf624_interface/untitled/socket_thread.h
deleted file mode 100644 (file)
index 2eaaf14..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef SOCKET_THREAD_H
-#define SOCKET_THREAD_H
-
-#include <QtGui>
-
-class socket_thread : public QThread
-{
-       Q_OBJECT
-       int sockfd; //Socket to server
-
-public:
-       socket_thread(QObject *parent);
-       void run(); // this is virtual method, we must implement it in our subclass of QThread
-       void socket_send(const char* str, double val);
-};
-
-#endif // SOCKET_THREAD_H