Torc
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
test
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
TestSerialisers
Definition:
testserialisers.h:6
Generated on Sat Jan 5 2019 21:54:03 for Torc by
1.8.11