remove of not necessary getters
This commit is contained in:
parent
3616867793
commit
8659ab81c3
8
step.cpp
8
step.cpp
@ -91,14 +91,6 @@ void Step::setLongitude(int degree, float minute, QChar EW)
|
||||
longitude = -longitude;
|
||||
}
|
||||
|
||||
|
||||
QList<QString> Step::getListeDialogue(){
|
||||
return texte;
|
||||
}
|
||||
QList<QString> Step::getListePersonnage(){
|
||||
return personnage;
|
||||
}
|
||||
|
||||
QString Step::toGPSFormat(){
|
||||
int latDeg = static_cast<int>(latitude);
|
||||
float latMin = (latitude - latDeg) * 60.0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user