summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-06-03 09:32:41 +0200
committerArno <am@disconnect.de>2013-06-03 09:32:41 +0200
commit35f5a0c5e13df3a0a41ef990b886a98ce2374a5c (patch)
tree6a72ab07c734f95af9d2e1b67cd3079e96e6e43a /shemov.h
parent953a291517022deaf22ec682e2d0971e999508d5 (diff)
downloadSheMov-35f5a0c5e13df3a0a41ef990b886a98ce2374a5c.tar.gz
SheMov-35f5a0c5e13df3a0a41ef990b886a98ce2374a5c.tar.bz2
SheMov-35f5a0c5e13df3a0a41ef990b886a98ce2374a5c.zip
Remove nodes
Implement remove nodes for ArchiveView. Only empty nodes without children can be removed. Everything else is too dangerous :)
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index a18e0b1..d7c6095 100644
--- a/shemov.h
+++ b/shemov.h
@@ -187,6 +187,7 @@ class SheMov : public QMainWindow {
//ArchiveView actions
QAction *mArchiveViewRenameA;
+ QAction *mArchiveViewRemoveA;
QSignalMapper *mOpenWithMapperFS;
QSignalMapper *mOpenWithMapperAV;