summaryrefslogtreecommitdiffstats
path: root/filewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'filewidget.h')
-rw-r--r--filewidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filewidget.h b/filewidget.h
index a886914..8304b1a 100644
--- a/filewidget.h
+++ b/filewidget.h
@@ -53,6 +53,7 @@ class FileWidget : public QWidget {
void selectDir();
void properties();
void properties(const QModelIndex &idx);
+ void preview();
void filter();
void clearFilter();
void copy();
@@ -96,6 +97,7 @@ class FileWidget : public QWidget {
QAction *mDirUpA;
QAction *mDirBackA;
QAction *mPropertiesA;
+ QAction *mPreviewA;
QAction *mCopyA;
QAction *mCutA;
QAction *mPasteA;