X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcontrib%2Flibqxt-2007-10-24%2Ftests%2FQxtFileLock%2Fsrc%2Fthreadtestcontroller.h;fp=src%2Fcontrib%2Flibqxt-2007-10-24%2Ftests%2FQxtFileLock%2Fsrc%2Fthreadtestcontroller.h;h=0000000000000000000000000000000000000000;hp=a2fa7395b2b0f99d20516572cc1080781af32232;hb=140d8a132103d2fa9baf55036e09b165624de167;hpb=97d674034551438238c568e8b42efb08e1ba7354 diff --git a/src/contrib/libqxt-2007-10-24/tests/QxtFileLock/src/threadtestcontroller.h b/src/contrib/libqxt-2007-10-24/tests/QxtFileLock/src/threadtestcontroller.h deleted file mode 100644 index a2fa7395..00000000 --- a/src/contrib/libqxt-2007-10-24/tests/QxtFileLock/src/threadtestcontroller.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef THREADTESTCONTROLLER_H -#define THREADTESTCONTROLLER_H - -#include - -/** - @author Benjamin Zeller -*/ - - -/** - * the test controller controls the client over a QTcpSocker port 55555 - * there are some controll commands - * n : start next test - * a : abort testing - * from the client there are two possible answers - * s: the test succeeded - * f: the test failed - */ - -class QTcpServer; - -class ThreadTestController : public QObject -{ - Q_OBJECT - public: - ThreadTestController(QObject *parent = 0); - ~ThreadTestController(); - bool startTests(); - - public slots: - void doTests(); - - private: - QTcpServer *server; - -}; - -#endif