Torc  0.1
testserialisers.h
Go to the documentation of this file.
1 #ifndef TESTSERIALISERS_H
2 #define TESTSERIALISERS_H
3 
4 #include <QObject>
5 
6 class TestSerialisers : public QObject
7 {
8  Q_OBJECT
9 
10  private slots:
11  void testJSONSerialiser(void);
12  void testXMLSerialiser(void);
13 
14  private:
15  void doTestXMLSerialiser(QByteArray &Data);
16 };
17 
18 #endif // TESTSERIALISERS_H