1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Cosmetics

This commit is contained in:
Martin Tůma 2021-06-22 07:42:48 +02:00
parent 057c625283
commit 1a3660ba2f

View File

@ -13,8 +13,8 @@ class PRJFile
public:
PRJFile(const QString &fileName);
const Projection projection() const {return _projection;}
const QString errorString() const {return _errorString;}
const Projection &projection() const {return _projection;}
const QString &errorString() const {return _errorString;}
private:
enum Token {
@ -27,7 +27,7 @@ private:
LBRK, /* '[' */
RBRK, /* ']' */
COMMA, /* ',' */
COMMA, /* ',' */
/* Keywords */
COMPD_CS, PROJCS, PROJECTION, GEOGCS, DATUM, SPHEROID, PRIMEM, UNIT,