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