diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-25 17:20:19 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:19 -0400 |
| commit | 65b3eb24fc5e3e1033d583a24cb51a19b0cfac2c (patch) | |
| tree | 2863fbe1610a4cbc74bb7c8331ca5abed58f5c09 /src/filterwidget.h | |
| parent | 19a19ead4059c600680d6e7ac193490e32e03245 (diff) | |
filterable images
Diffstat (limited to 'src/filterwidget.h')
| -rw-r--r-- | src/filterwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filterwidget.h b/src/filterwidget.h index 5b08c3ae..4fb9831f 100644 --- a/src/filterwidget.h +++ b/src/filterwidget.h @@ -38,6 +38,7 @@ public: void setEdit(QLineEdit* edit); void setList(QAbstractItemView* list); void clear(); + bool empty() const; QModelIndex map(const QModelIndex& index); |
