@@ -2,6 +2,9 @@
#define PATH_H
#include <QMainWindow>
#include <QFile>
#include "step.h"
class Path
{
@@ -17,7 +20,7 @@ private:
public:
Path();
Path(QFile *file);
void addStep();
void addStep(int indice);
};
#endif // PATH_H
The note is not visible to the blocked user.