summaryrefslogtreecommitdiffstats
path: root/searchdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchdialog.h')
-rw-r--r--searchdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchdialog.h b/searchdialog.h
index ca16b79..3e90122 100644
--- a/searchdialog.h
+++ b/searchdialog.h
@@ -56,8 +56,10 @@ class ActorsAndMore : public QWidget {
private:
void searchActor(const QString &actor);
+ void searchSubtitle(const QString &subtitle);
void getGenresForActor(QStandardItem *actorItem);
void getDataForActor(QModelIndex cur);
+ void getDataForTitle(QModelIndex cur);
QComboBox *mTypeSel;
QLineEdit *mSearch;
QStandardItemModel *mResultModel;