Pointer + time delta
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user