Merge branch 'main' into 'feature/save'

# Conflicts:
#   mainwindow.cpp
#   mainwindow.h
#   mainwindow.ui
#   step.h
This commit is contained in:
JOSSERAND GIOVANNI p2405212
2025-06-20 12:20:12 +00:00
8 changed files with 444 additions and 28 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ public:
float getLatitude() const;
float getLongitude() const;
int getResponse() const;
QList<QString> getListeDialogue();
QList<QString> getListePersonnage();
QString toGPSFormat();
QList<QString> getPersonnage() const;
QList<QString> getTexte() const;
};
#endif // STEP_H