ajout export html
This commit is contained in:
@@ -26,6 +26,12 @@ public:
|
||||
float getLatitude() const;
|
||||
float getLongitude() const;
|
||||
int getResponse() const;
|
||||
QList<QString> getPersonnage() const;
|
||||
QList<QString> getTexte() const;
|
||||
void setTitle(const QString &newTitle);
|
||||
void setResponse(int newResponse);
|
||||
void setPersonnage(const QList<QString> &newPersonnage);
|
||||
void setTexte(const QList<QString> &newTexte);
|
||||
};
|
||||
|
||||
#endif // STEP_H
|
||||
|
||||
Reference in New Issue
Block a user