summaryrefslogtreecommitdiffstats
path: root/archiveview.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2014-04-07 16:16:55 +0200
committerArno <am@disconnect.de>2014-04-07 16:16:55 +0200
commit9f314ad26720a925e8e7a7f1a9f61330f3fd29c1 (patch)
tree9ca0661d1be109ac3df65d3e55b8629b295c1c3c /archiveview.h
parent05c0ddf167054d1c7befe7440ff60718c98a8207 (diff)
downloadSheMov-9f314ad26720a925e8e7a7f1a9f61330f3fd29c1.tar.gz
SheMov-9f314ad26720a925e8e7a7f1a9f61330f3fd29c1.tar.bz2
SheMov-9f314ad26720a925e8e7a7f1a9f61330f3fd29c1.zip
Create new, empty Seriespart by contect menu
Preparation for drag and drop. Also make it possible to delete Seriesparts without files.
Diffstat (limited to 'archiveview.h')
-rw-r--r--archiveview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/archiveview.h b/archiveview.h
index 2366fb5..f1b9029 100644
--- a/archiveview.h
+++ b/archiveview.h
@@ -94,6 +94,7 @@ class ArchiveTree : public SmTreeView {
void editSeriesPart();
void markAsFavorite();
void deleteFromTree();
+ void newPart();
private:
void impossible(const QString msg = tr("Unable to perform function!"));