diff options
author | Arno <arno@disconnect.de> | 2015-07-08 01:10:00 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-07-08 01:10:00 +0200 |
commit | a53cf905aed8cc14c9120ad03b6f03fe1373fc2d (patch) | |
tree | cdbbe29430eba5de290c8e3d7988a1b2d03fbdd4 /mappingtreewidget.h | |
parent | 3a6e0ae8a097ec76bf89c57b987eee760369114a (diff) | |
download | SheMov-a53cf905aed8cc14c9120ad03b6f03fe1373fc2d.tar.gz SheMov-a53cf905aed8cc14c9120ad03b6f03fe1373fc2d.tar.bz2 SheMov-a53cf905aed8cc14c9120ad03b6f03fe1373fc2d.zip |
Add refresh button for picture widget
Diffstat (limited to 'mappingtreewidget.h')
-rw-r--r-- | mappingtreewidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mappingtreewidget.h b/mappingtreewidget.h index 52fd544..f23daa1 100644 --- a/mappingtreewidget.h +++ b/mappingtreewidget.h @@ -64,6 +64,7 @@ class MappingTreeWidget : public QWidget { QPushButton *mClearFilter; QPushButton *mAddType; QPushButton *mDeleteType; + QPushButton *mRefresh; QAction *mAddChildA; QAction *mAddActorA; QAction *mDeleteChildA; |