diff options
author | Arno <arno@disconnect.de> | 2018-12-03 05:52:45 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-12-03 05:52:45 +0100 |
commit | 64673ef1f9936eb9b25fafb860852ca4c347d2fd (patch) | |
tree | d0b92083cef1ad3606f75c6d86d1aede0f99dd71 /mappingeditwidget.h | |
parent | f9704767ed8bc325f9224c69b2dd18f564ee5cc0 (diff) | |
download | SheMov-64673ef1f9936eb9b25fafb860852ca4c347d2fd.tar.gz SheMov-64673ef1f9936eb9b25fafb860852ca4c347d2fd.tar.bz2 SheMov-64673ef1f9936eb9b25fafb860852ca4c347d2fd.zip |
Add copyActor for new pics
If we already have an actor, get all mappings for all pics and fill the
result view. This only makes sense for actors, but should also work for
other items.
Diffstat (limited to 'mappingeditwidget.h')
-rw-r--r-- | mappingeditwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mappingeditwidget.h b/mappingeditwidget.h index ce5ee86..3069dcb 100644 --- a/mappingeditwidget.h +++ b/mappingeditwidget.h @@ -36,6 +36,7 @@ class MappingEditWidget : public QWidget { void saveMappings(QString where); void loadMappings(QString from); void resultSelectionChanged(const QModelIndex ¤t, const QModelIndex &previous); + void copyActor(); private: MappingTreeWidget *mMappingTree; |