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

@@ -100,6 +100,7 @@ public:
Event* createNewEvent(QString event_type);
void deleteEvent(Event *);
void updateSelectedEvents();
void duplicateSelectedEvents();
void redrawObject(DraggablePixmapItem *item);
QList<DraggablePixmapItem *> *getObjects();