Merge branch 'feature/Path' into 'feature/step'

# Conflicts:
#   sae201.pro
This commit is contained in:
LEBLOND MALO p2405951
2025-06-18 13:13:17 +00:00
4 changed files with 42 additions and 2 deletions
+4 -2
View File
@@ -11,11 +11,13 @@ CONFIG += c++17
SOURCES += \
main.cpp \
mainwindow.cpp \
step.cpp
step.cpp \
path.cpp \
HEADERS += \
mainwindow.h \
step.h
step.h \
path.h \
FORMS += \
mainwindow.ui