mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-30 22:51:16 +01:00
Cosmetics
This commit is contained in:
parent
057c625283
commit
1a3660ba2f
@ -13,8 +13,8 @@ class PRJFile
|
|||||||
public:
|
public:
|
||||||
PRJFile(const QString &fileName);
|
PRJFile(const QString &fileName);
|
||||||
|
|
||||||
const Projection projection() const {return _projection;}
|
const Projection &projection() const {return _projection;}
|
||||||
const QString errorString() const {return _errorString;}
|
const QString &errorString() const {return _errorString;}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
enum Token {
|
enum Token {
|
||||||
@ -27,7 +27,7 @@ private:
|
|||||||
|
|
||||||
LBRK, /* '[' */
|
LBRK, /* '[' */
|
||||||
RBRK, /* ']' */
|
RBRK, /* ']' */
|
||||||
COMMA, /* ',' */
|
COMMA, /* ',' */
|
||||||
|
|
||||||
/* Keywords */
|
/* Keywords */
|
||||||
COMPD_CS, PROJCS, PROJECTION, GEOGCS, DATUM, SPHEROID, PRIMEM, UNIT,
|
COMPD_CS, PROJCS, PROJECTION, GEOGCS, DATUM, SPHEROID, PRIMEM, UNIT,
|
||||||
|
Loading…
Reference in New Issue
Block a user