From 493b6f3020dcd97697bb785fa47b8712b97189f8 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 10 Jul 2013 12:25:04 +0200 Subject: Make experimental view editable Create new dialogs for editing actors, genres and metadata. IMHO like this it's much clearer who does what. KISS! --- archivecontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivecontroller.h') 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: -- cgit v1.2.3-70-g09d2