diff options
author | Arno <am@disconnect.de> | 2010-07-18 12:51:36 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-07-18 12:51:36 +0200 |
commit | 6d00ae1d57ed37a8d3d6d35181cb6b155dd7801c (patch) | |
tree | 04dee534c2a3e3f62f134c9434ab0a4718e759bf /filestreewidget.h | |
parent | 1bffedb2177e7b42112ccb5d0a98076eab0dc0a9 (diff) | |
download | SheMov-6d00ae1d57ed37a8d3d6d35181cb6b155dd7801c.tar.gz SheMov-6d00ae1d57ed37a8d3d6d35181cb6b155dd7801c.tar.bz2 SheMov-6d00ae1d57ed37a8d3d6d35181cb6b155dd7801c.zip |
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.
Diffstat (limited to 'filestreewidget.h')
-rw-r--r-- | filestreewidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |