diff options
Diffstat (limited to 'tests/testgpscoords.cpp')
-rw-r--r-- | tests/testgpscoords.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgpscoords.cpp b/tests/testgpscoords.cpp index 535745de7..562c8faf6 100644 --- a/tests/testgpscoords.cpp +++ b/tests/testgpscoords.cpp @@ -127,4 +127,4 @@ double TestGpsCoords::coord2double(double deg, double min, double sec) return deg + min / 60.0 + sec / 3600.0; } -QTEST_MAIN(TestGpsCoords) +QTEST_GUILESS_MAIN(TestGpsCoords) |