mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-15 03:14:24 +02:00
Cosmetics
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user