mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 20:36:19 -05:00
Add duplicate shortcut for events
This commit is contained in:
@@ -27,6 +27,7 @@ class Event
|
||||
{
|
||||
public:
|
||||
Event();
|
||||
Event(const Event&);
|
||||
Event(QJsonObject, QString);
|
||||
public:
|
||||
int x() {
|
||||
|
||||
@@ -100,6 +100,7 @@ public:
|
||||
Event* createNewEvent(QString event_type);
|
||||
void deleteEvent(Event *);
|
||||
void updateSelectedEvents();
|
||||
void duplicateSelectedEvents();
|
||||
void redrawObject(DraggablePixmapItem *item);
|
||||
QList<DraggablePixmapItem *> *getObjects();
|
||||
|
||||
|
||||
@@ -123,6 +123,7 @@ private slots:
|
||||
|
||||
void undo();
|
||||
void redo();
|
||||
void duplicate();
|
||||
|
||||
void openInTextEditor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user