summaryrefslogtreecommitdiffstats
path: root/fswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'fswidget.h')
-rw-r--r--fswidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fswidget.h b/fswidget.h
index 252c487..9a9cc2e 100644
--- a/fswidget.h
+++ b/fswidget.h
@@ -9,6 +9,7 @@ class QTreeView;
class QStandardItemModel;
class QSortFilterProxyModel;
class QContextMenuEvent;
+class QAction;
class NewMovieWizard;
class NewPicsDialog;
class Viewer;
@@ -40,7 +41,7 @@ class FSWidget : public QWidget {
void unpack();
void doubleClicked(const QModelIndex &idx);
void preview();
- void playSelected(int count = 1);
+ void playSelected(int count, QString player);
void selectFilter();
signals:
@@ -57,6 +58,7 @@ class FSWidget : public QWidget {
NewPicsDialog *mNewPicsDlg;
Viewer *mViewer;
int mQueryCount;
+ QAction *mPlayWithA;
};
#endif // FSWIDGET_H