From 6d00ae1d57ed37a8d3d6d35181cb6b155dd7801c Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 18 Jul 2010 12:51:36 +0200 Subject: Implemented delete files from tree view Files can now be delete from the files tree view. When doing so, the files will be deleted permanently and also removed from the database. --- filestreewidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'filestreewidget.h') diff --git a/filestreewidget.h b/filestreewidget.h index b6ce951..aafbe97 100644 --- a/filestreewidget.h +++ b/filestreewidget.h @@ -31,6 +31,7 @@ class FilesTreeWidget : public QWidget { public slots: void moveToBurn(); void setDvdNo(); + void removeFiles(); private slots: void fileSelectionChanged(const QModelIndex ¤t, const QModelIndex &previous); -- cgit v1.2.3-70-g09d2