summaryrefslogtreecommitdiffstats
path: root/filestreewidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-05-28 10:17:06 +0200
committerArno <am@disconnect.de>2011-05-28 10:17:06 +0200
commit895a5f5dae68fbcbf45ae7e073281f9bbd09931f (patch)
treea5f523fb42ec890c8702a34572d85d03735dda00 /filestreewidget.h
parent58ba968b492479f6a4539bceaefe3eaa88aab8f7 (diff)
downloadSheMov-895a5f5dae68fbcbf45ae7e073281f9bbd09931f.tar.gz
SheMov-895a5f5dae68fbcbf45ae7e073281f9bbd09931f.tar.bz2
SheMov-895a5f5dae68fbcbf45ae7e073281f9bbd09931f.zip
Suggest file for burning
Implemented an action to suggest the best fitting file for burning in FilesTreeWidget. Added 20 Mb of margin to maximum dvd size.
Diffstat (limited to 'filestreewidget.h')
-rw-r--r--filestreewidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filestreewidget.h b/filestreewidget.h
index 73e53b3..e5505de 100644
--- a/filestreewidget.h
+++ b/filestreewidget.h
@@ -39,6 +39,7 @@ class FilesTreeWidget : public QWidget {
void moveToDirectory();
void fileProperties();
void edit(int column);
+ void suggest();
private slots:
void fileSelectionChanged(const QModelIndex &current, const QModelIndex &previous);