ajout export html

This commit is contained in:
p2405951
2025-06-20 10:58:40 +02:00
parent 730d0850f3
commit 213f8e1217
8 changed files with 225 additions and 6 deletions
+6
View File
@@ -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