diff options
Diffstat (limited to 'tests/testgpscoords.h')
-rw-r--r-- | tests/testgpscoords.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testgpscoords.h b/tests/testgpscoords.h index 64f6e3903..56dbb1a87 100644 --- a/tests/testgpscoords.h +++ b/tests/testgpscoords.h @@ -5,7 +5,7 @@ #include <QtTest> class TestGpsCoords : public QObject { -Q_OBJECT + Q_OBJECT private slots: void testISO6709DParse(); void testNegativeISO6709DParse(); @@ -28,7 +28,7 @@ private slots: private: static void testParseOK(const QString &txt, double expectedLat, - double expectedLon); + double expectedLon); static double coord2double(double deg, double min = 0.0, double sec = 0.0); }; |