summaryrefslogtreecommitdiffstats
path: root/archiveviewwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'archiveviewwidget.h')
-rw-r--r--archiveviewwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiveviewwidget.h b/archiveviewwidget.h
index 6a9823b..4f56af5 100644
--- a/archiveviewwidget.h
+++ b/archiveviewwidget.h
@@ -9,6 +9,7 @@
#define ARCHIVEVIEWWIDGET_H
#include <QWidget>
+#include <QPair>
#include "archivefileview.h"
@@ -46,6 +47,7 @@ class ArchiveViewWidget : public QWidget {
void moveBurn();
void setDvdNo();
void deleteFromArchive();
+ void playSelected(const QString &player = QString());
signals:
void statusbarMessage(const QString &message);
@@ -58,6 +60,8 @@ class ArchiveViewWidget : public QWidget {
private:
const QModelIndex getSourceColumnZero();
+ QPair<QString, QStringList> playerData(const QString &preferred);
+ QStringList selectedFiles();
QComboBox *mGenre;
QComboBox *mActors;
QLineEdit *mName;