summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-10-10 18:28:45 +0200
committerArno <am@disconnect.de>2012-10-10 18:28:45 +0200
commitdab3f05dcb2975c07247e3bebd8e9a7e8b9e83ce (patch)
tree70ee72f169620d5a6b07b7c116a0455183f6ef26 /shemov.h
parentd562d4a3527044aaeb36534bc2d4b65b587c9bb3 (diff)
downloadSheMov-dab3f05dcb2975c07247e3bebd8e9a7e8b9e83ce.tar.gz
SheMov-dab3f05dcb2975c07247e3bebd8e9a7e8b9e83ce.tar.bz2
SheMov-dab3f05dcb2975c07247e3bebd8e9a7e8b9e83ce.zip
SeriesTreeModel fix
* make it possible to delete whole series again. No code fix, just the database layout: add on delete cascade to metadata * get rid of propertiesdialog.{cpp,h}. It was useless and called from the "Edit.." context menu. Code bloat, I guess... * Do something useful when calling "Edit...". Rename Series or ask for a new SeriesPart
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shemov.h b/shemov.h
index f20cc77..dab1c84 100644
--- a/shemov.h
+++ b/shemov.h
@@ -117,7 +117,6 @@ class SheMov : public QMainWindow {
//TreeView Actions
//Series Actions
- QAction *mNewSeriesA;
QAction *mDeleteFromSeriesA;
QAction *mExpandAllSeriesA;
QAction *mCollapseAllSeriesA;