summaryrefslogtreecommitdiffstats
path: root/searchdialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2020-07-25 09:35:13 +0200
committerArno <arno@disconnect.de>2020-07-25 09:35:13 +0200
commit5db8e0636c5fe4b4f51cf5654b93c67ae8d4c923 (patch)
tree40d9dcd2c9ba80bf09f2dd33621b3c05395e526e /searchdialog.h
parentd0f81a70688241adab6327cc55049bc0b1bbf848 (diff)
downloadSheMov-5db8e0636c5fe4b4f51cf5654b93c67ae8d4c923.tar.gz
SheMov-5db8e0636c5fe4b4f51cf5654b93c67ae8d4c923.tar.bz2
SheMov-5db8e0636c5fe4b4f51cf5654b93c67ae8d4c923.zip
Implement search for subtitles
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;