Pointer + time delta

This commit is contained in:
Aurélie Delhaie
2022-03-01 21:08:34 +01:00
parent ffebb3c7d7
commit 9bb56fe174
24 changed files with 652 additions and 282 deletions

View File

@@ -13,6 +13,7 @@ private:
public:
BreakPoint();
BreakPoint(BreakPoint*);
BreakPoint(QTime, QTime);
QTime getStart();
@@ -23,7 +24,7 @@ public:
void setEnd(QTime);
QJsonObject to_json();
static BreakPoint from_json(QJsonObject);
static BreakPoint* from_json(QJsonObject);
};
#endif // BREAKPOINT_H