summaryrefslogtreecommitdiffstats
path: root/filewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'filewidget.h')
-rw-r--r--filewidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/filewidget.h b/filewidget.h
index c9e40d4..5e2b910 100644
--- a/filewidget.h
+++ b/filewidget.h
@@ -73,6 +73,8 @@ class FileWidget : public QWidget {
void copyFiles(QString destDir);
void hideCopyProgress();
void copySuccess(bool success, QString source);
+ void removeFromCache();
+ void clearCache();
protected:
virtual void keyPressEvent(QKeyEvent *e);
@@ -116,6 +118,8 @@ class FileWidget : public QWidget {
QAction *mPasteA;
QAction *mDeleteA;
QAction *mAddAsOriginA;
+ QAction *mRemoveFromCacheA;
+ QAction *mClearCacheA;
ProgressDialog *mCopyProgress;
FileDisplay *mFileDisplay;
VideoSorter *mProxy;