From b7a8b597b00eedde277836eb8530ba742edcad5d Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 25 Dec 2013 09:00:59 +0100 Subject: commit initial bits --- server/testthing.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 server/testthing.h (limited to 'server/testthing.h') diff --git a/server/testthing.h b/server/testthing.h new file mode 100644 index 0000000..e402f8d --- /dev/null +++ b/server/testthing.h @@ -0,0 +1,18 @@ +#ifndef TESTTHING_H +#define TESTTHING_H + +#include +class Client; + +class TestThing : public QObject { + Q_OBJECT +public: + explicit TestThing(QObject *parent = 0); + Client *c; + +public slots: + void testMe(); +}; + + +#endif // TESTTHING_H -- cgit v1.2.3