From f0eae1094e83a73b9baeebd21e0c77cce3803e19 Mon Sep 17 00:00:00 2001 From: am Date: Sat, 15 Aug 2009 13:59:50 +0000 Subject: -Modified MovieModel: ->FullPathRole and CoverPathRole ->maxValue of any column -Implemented move files to directory for burning -Implemented collective DVDNo change -Implemented delete from archive git-svn-id: file:///var/svn/repos2/shemov/trunk@402 f440f766-f032-0410-8965-dc7d17de2ca0 --- filesystemwidget.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'filesystemwidget.cpp') diff --git a/filesystemwidget.cpp b/filesystemwidget.cpp index 38d6a99..4f4e452 100644 --- a/filesystemwidget.cpp +++ b/filesystemwidget.cpp @@ -392,6 +392,11 @@ void FilesystemWidget::archiveFiles(){ mAEDialog->activateWindow(); } +void FilesystemWidget::refreshDir(const QString &dir){ + QModelIndex idx = mModel->index(dir); + mModel->refresh(idx); +} + void FilesystemWidget::setWindowTitle(const QString &dir){ mWindowTitle = QString("%1 - %2").arg(qApp->applicationName()).arg(dir); emit windowTitle(mWindowTitle); -- cgit v1.2.3-70-g09d2