diff options
author | Arno <arno@disconnect.de> | 2020-07-25 07:28:26 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2020-07-25 07:28:26 +0200 |
commit | ca5f4d90b5080cecf7ba467405296ef1e24bce64 (patch) | |
tree | 694b260216b2237ccd48e22c80f9155f521818b9 /searchdialog.h | |
parent | 87bc6db7e6102b6af5d2d1f0115ea434f251f25a (diff) | |
download | SheMov-ca5f4d90b5080cecf7ba467405296ef1e24bce64.tar.gz SheMov-ca5f4d90b5080cecf7ba467405296ef1e24bce64.tar.bz2 SheMov-ca5f4d90b5080cecf7ba467405296ef1e24bce64.zip |
Get series and files for actor when searching
Diffstat (limited to 'searchdialog.h')
-rw-r--r-- | searchdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searchdialog.h b/searchdialog.h index 9e2f869..ca7d859 100644 --- a/searchdialog.h +++ b/searchdialog.h @@ -51,10 +51,12 @@ class ActorsAndMore : public QWidget { public slots: void doSearch(); + void doData(const QModelIndex &cur, const QModelIndex &prev); private: void searchActor(const QString &actor); void getGenresForActor(QStandardItem *actorItem); + void getDataForActor(QModelIndex cur); QComboBox *mTypeSel; QLineEdit *mSearch; QStandardItemModel *mResultModel; |