diff options
author | Arno <am@disconnect.de> | 2012-11-17 08:10:18 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-11-17 08:10:18 +0100 |
commit | 2a56e7483e29b26808e796a41be8ac4fc08926fb (patch) | |
tree | 272bf7b03281ac1eb4095ea99a9d97db204eb48c /pictureswidget.h | |
parent | c01144b29afc0879ebff89704b10095696721930 (diff) | |
download | SheMov-2a56e7483e29b26808e796a41be8ac4fc08926fb.tar.gz SheMov-2a56e7483e29b26808e796a41be8ac4fc08926fb.tar.bz2 SheMov-2a56e7483e29b26808e796a41be8ac4fc08926fb.zip |
More fallout from the MappingTreeModel fix
Forgot to fix the Edit widget... While at it, refresh the view if
mappings changed in PicturesWidget.
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pictureswidget.h b/pictureswidget.h index 4d8db73..17894d1 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -51,6 +51,7 @@ class PicturesWidget : public QWidget { signals: void needWindowTitleChange(QString); + void editMappingsDone(); private: MappingTreeWidget *mMappingTree; |