add setters
This commit is contained in:
@@ -29,6 +29,13 @@ public:
|
||||
float getLength() const;
|
||||
QString getImage() const;
|
||||
QList<Step> getStep() const;
|
||||
void setCity(const QString &newCity);
|
||||
void setDepartement(int newDepartement);
|
||||
void setName(const QString &newName);
|
||||
void setDifficulty(unsigned int newDifficulty);
|
||||
void setDuration(float newDuration);
|
||||
void setLength(float newLength);
|
||||
void setImage(const QString &newImage);
|
||||
};
|
||||
|
||||
#endif // PATH_H
|
||||
|
||||
Reference in New Issue
Block a user