final constructeur (copie) step

This commit is contained in:
p2405951
2025-06-19 10:22:43 +02:00
parent 016927b34a
commit 96321942f0
4 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ private:
public:
Path();
Path(QFile *file);
void addStep(int indice=step.size());
void addStep(int indice=-1);
};
#endif // PATH_H