knowL: Knowledge Libraries
Loading...
Searching...
No Matches
TestGeometryObject.h
1#include <QtTest/QtTest>
2
3class TestGeometryObject : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testMetaInfo();
8 void testJson();
9 void testRdfLiteral();
10 void testWktLiteral();
11};
12
13
Definition TestGeometryObject.h:4