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 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;