add setters

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-20 14:34:15 +02:00
parent aa61cc14b9
commit f1d1578554
4 changed files with 54 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ public:
int getResponse() const;
QList<QString> getPersonnage() const;
QList<QString> getTexte() const;
void setTitle(const QString &newTitle);
void setResponse(int newResponse);
};
#endif // STEP_H