Add getters for dialog Lists

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-20 11:00:41 +02:00
parent aed27c2483
commit c4bcb8f0b8
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@ public:
float getLatitude() const;
float getLongitude() const;
int getResponse() const;
QList<QString> getPersonnage() const;
QList<QString> getTexte() const;
};
#endif // STEP_H