diff options
Diffstat (limited to 'mappingtreewidget.h')
-rw-r--r-- | mappingtreewidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mappingtreewidget.h b/mappingtreewidget.h index 24e50ab..1533d03 100644 --- a/mappingtreewidget.h +++ b/mappingtreewidget.h @@ -34,6 +34,7 @@ class MappingTreeWidget : public QWidget { public slots: void addChild(); + void addActor(); void addType(); void deleteChild(); void deleteType(); @@ -64,6 +65,7 @@ class MappingTreeWidget : public QWidget { QPushButton *mAddType; QPushButton *mDeleteType; QAction *mAddChildA; + QAction *mAddActorA; QAction *mDeleteChildA; QAction *mEditChildA; }; |