summaryrefslogtreecommitdiffstats
path: root/archivecontroller.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-07-10 12:25:04 +0200
committerArno <am@disconnect.de>2013-07-10 12:25:04 +0200
commit493b6f3020dcd97697bb785fa47b8712b97189f8 (patch)
tree02c0098c157dd5e313b3083ddf5bcc03bc9d32c5 /archivecontroller.h
parent59300b5b8663ecfdd8a55935641cbd0f04c79773 (diff)
downloadSheMov-493b6f3020dcd97697bb785fa47b8712b97189f8.tar.gz
SheMov-493b6f3020dcd97697bb785fa47b8712b97189f8.tar.bz2
SheMov-493b6f3020dcd97697bb785fa47b8712b97189f8.zip
Make experimental view editable
Create new dialogs for editing actors, genres and metadata. IMHO like this it's much clearer who does what. KISS!
Diffstat (limited to 'archivecontroller.h')
-rw-r--r--archivecontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivecontroller.h b/archivecontroller.h
index 79a624c..e71abaf 100644
--- a/archivecontroller.h
+++ b/archivecontroller.h
@@ -42,6 +42,7 @@ class ArchiveController : public QObject {
void init();
public slots:
+ void treeSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
void playSelectedFiles();
void editQuality();
void editDvdNo();
@@ -49,7 +50,6 @@ class ArchiveController : public QObject {
void editFileNo();
private slots:
- void treeSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
void fileDoubleClicked(const QModelIndex &idx);
private: