Extract loadPath function

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-19 10:41:10 +02:00
parent 29054c76a2
commit e3f79d95b7
2 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public:
void updatePathView();
void updateStepView(size_t num);
void onTextChanged();
void loadPath(QTextStream &in);
void loadPath();
void addNewPath();
void addNewStep();
void exportHTMLMap();