Merge branch 'main' into 'feature/openFile'

# Conflicts:
#   path.h
This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-19 08:26:49 +00:00
9 changed files with 118 additions and 17 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ private:
public:
Path();
Path(QFile *file);
void addStep(int indice);
void addStep(int indice=-1);
QString getCity() const;
int getDepartement() const;
QString getName() const;