diff options
author | Arno <arno@disconnect.de> | 2015-06-06 14:00:23 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-06-06 14:00:23 +0200 |
commit | 230feb71ce37cd6797e94247fab463841c7637cf (patch) | |
tree | c968479a19bbe1a3b92b0a99c5322ce097d0c2b0 /mappingtreewidget.h | |
parent | e6fca86d22dcae7a3aec664c89efda80a1ee8aad (diff) | |
download | SheMov-230feb71ce37cd6797e94247fab463841c7637cf.tar.gz SheMov-230feb71ce37cd6797e94247fab463841c7637cf.tar.bz2 SheMov-230feb71ce37cd6797e94247fab463841c7637cf.zip |
Accept NewPicsDialog with CTRL+Enter
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 1533d03..52fd544 100644 --- a/mappingtreewidget.h +++ b/mappingtreewidget.h @@ -80,6 +80,7 @@ class MappingTreeView : public SmTreeView { void removeMapping(); void clearMappings(); void shiftFocus(); + void acceptPics(); protected: virtual void contextMenuEvent(QContextMenuEvent *e); @@ -104,6 +105,7 @@ class MappingEditWidget : public QWidget { public: explicit MappingEditWidget(QWidget *parent = 0); MappingTreeResultModel *model() const { return mResultModel; } + MappingTreeWidget *treeWidget() const { return mMappingTree; } public slots: void addMapping(); |