fix(ui): Refresh mod list when changing filtering options

This commit is contained in:
flow
2022-04-02 19:21:02 -03:00
parent c730fd6e5f
commit 5cb0e75093
5 changed files with 32 additions and 9 deletions

View File

@ -34,6 +34,7 @@ class ListModel : public QAbstractListModel {
/* Ask the API for more information */
void fetchMore(const QModelIndex& parent) override;
void refresh();
void searchWithTerm(const QString& term, const int sort);
void requestModVersions(const ModPlatform::IndexedPack& current);