Fixed license & changed setting map tile offset to position.
[situare] / tests / testMap / testMapView / testmapview.cpp
1 #include <QtTest/QtTest>
2
3 #include "map/mapview.h"
4
5 class TestMapView: public QObject
6 {
7     Q_OBJECT
8 private slots:
9 //    void dummyTestCase();
10 };
11
12 //void TestMapView::dummyTestCase()
13 //{
14 //    QVERIFY(true);
15 //}
16
17 QTEST_MAIN(TestMapView)
18 #include "testmapview.moc"