Add duplicate shortcut for events

This commit is contained in:
GriffinR
2020-07-09 18:31:35 -04:00
committed by huderlem
parent a5bd797914
commit ea2bfa7274
6 changed files with 37 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ class Event
{
public:
Event();
Event(const Event&);
Event(QJsonObject, QString);
public:
int x() {