knowL: Knowledge Libraries
Loading...
Searching...
No Matches
TestMetaType.h
1#include <QtTest/QtTest>
2
3class TestMetaType : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testNumericTypes();
8 void testStringTypes();
9};
Definition TestMetaType.h:4