mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Fix stupid C++ error
This commit is contained in:
parent
9a683282fb
commit
cc63a1e297
@ -35,7 +35,7 @@ class TestQgsClipper: public QObject
|
|||||||
void cleanup() {};// will be called after every testfunction.
|
void cleanup() {};// will be called after every testfunction.
|
||||||
void basic();
|
void basic();
|
||||||
private:
|
private:
|
||||||
bool TestQgsClipper::checkBoundingBox( QPolygonF polygon, QgsRectangle clipRect );
|
bool checkBoundingBox( QPolygonF polygon, QgsRectangle clipRect );
|
||||||
};
|
};
|
||||||
|
|
||||||
void TestQgsClipper::initTestCase()
|
void TestQgsClipper::initTestCase()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user