kDB: Knowledge DataBase
Loading...
Searching...
No Matches
TestBinaryInterface.h
1#include <QtTest/QtTest>
2
3class TestBinaryInterface : public QObject
4{
5 Q_OBJECT
6private slots:
7 void test();
8};
Definition TestBinaryInterface.h:4