From fd217e0513d450fc78345d6b040eda7893d815a8 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 2 Feb 2018 03:43:45 +0100 Subject: Show actors in SearchDialog This should have been two commits, really. One for the actors, and another one for the icon helper. Helper::icon returns an QIcon with a circle in bg color and the char c. --- searchdialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searchdialog.h') diff --git a/searchdialog.h b/searchdialog.h index ac4f73d..6cb9212 100644 --- a/searchdialog.h +++ b/searchdialog.h @@ -7,6 +7,7 @@ class QLineEdit; class QComboBox; class QTreeView; class QStandardItemModel; +class QStandardItem; class SearchDialog : public QDialog { Q_OBJECT @@ -23,6 +24,7 @@ class SearchDialog : public QDialog { void doResultName(const QModelIndex &sel, int resType); private: + void doActors(QStandardItem *item); QLineEdit *mSearch; QComboBox *mTypeSel; QTreeView *mResV; -- cgit v1.2.3-70-g09d2