diff options
author | Arno <arno@disconnect.de> | 2018-02-02 03:43:45 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-02 03:43:45 +0100 |
commit | fd217e0513d450fc78345d6b040eda7893d815a8 (patch) | |
tree | 45504ac927ad58b9a43251426aec84a8bad9058f /searchdialog.h | |
parent | 9dd407fe739e1ba469b17d2977feabe3130d4e57 (diff) | |
download | ShemovCleaner-fd217e0513d450fc78345d6b040eda7893d815a8.tar.gz ShemovCleaner-fd217e0513d450fc78345d6b040eda7893d815a8.tar.bz2 ShemovCleaner-fd217e0513d450fc78345d6b040eda7893d815a8.zip |
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.
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 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; |