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