summaryrefslogtreecommitdiff
path: root/tests/test-libplayback.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-libplayback.h')
-rw-r--r--tests/test-libplayback.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/test-libplayback.h b/tests/test-libplayback.h
deleted file mode 100644
index 03ffc4a..0000000
--- a/tests/test-libplayback.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef TEST_RESOURCE_FACTORY_H
-#define TEST_RESOURCE_FACTORY_H
-
-#include <QtTest/QTest>
-#include <QEventLoop>
-#include <QTimer>
-#include "resource-factory.h"
-#include "resource.h"
-
-class TestLibplayback: public QObject
-{
- Q_OBJECT
-private:
- ResourceFactory *resourceFactory;
- Resource *resource;
- QEventLoop *loop;
- QTimer *timer;
-public:
- TestLibplayback();
- ~TestLibplayback();
-public slots:
- void timeout();
-private slots:
- void init();
-
- void testConnectToServer();
-};
-
-#endif