Save loc on validation and stop validation when stepNumber value is changed
This commit is contained in:
@@ -22,6 +22,8 @@ public:
|
||||
Step(QJsonObject &in);
|
||||
void setLatitude(int degree,float minute,QChar NS);
|
||||
void setLongitude(int degree,float minute,QChar EW);
|
||||
void setLatitude(float lat);
|
||||
void setLongitude(float lon);
|
||||
QString getTitle() const;
|
||||
float getLatitude() const;
|
||||
float getLongitude() const;
|
||||
|
||||
Reference in New Issue
Block a user