ad of default value in addStep

This commit is contained in:
iutbgdin 2025-06-19 09:49:24 +02:00
parent 8fd2dc0df7
commit 7bf2dc2d08

2
path.h
View File

@ -20,7 +20,7 @@ private:
public:
Path();
Path(QFile *file);
void addStep(int indice);
void addStep(int indice=step.size());
};
#endif // PATH_H