diff options
author | flow <thiagodonato300@gmail.com> | 2022-04-14 10:27:03 -0300 |
---|---|---|
committer | flow <thiagodonato300@gmail.com> | 2022-04-15 08:49:43 -0300 |
commit | 277de4120052b2630850a18969a56ee92e8c2c63 (patch) | |
tree | e494a38325986cf85b1c35722c4a2f495d3f52f0 /launcher/ui/pages/modplatform/ModModel.h | |
parent | 63bce0464895236a043aa8a98e2905ab1bf34cc1 (diff) | |
download | PrismLauncher-277de4120052b2630850a18969a56ee92e8c2c63.tar.gz PrismLauncher-277de4120052b2630850a18969a56ee92e8c2c63.tar.bz2 PrismLauncher-277de4120052b2630850a18969a56ee92e8c2c63.zip |
rework: make the filter as a tabbed widget in the dialog itself
Still needs a clear indication that the filter only applies after you
click the search button...
Diffstat (limited to 'launcher/ui/pages/modplatform/ModModel.h')
-rw-r--r-- | launcher/ui/pages/modplatform/ModModel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/ModModel.h b/launcher/ui/pages/modplatform/ModModel.h index d4dc872d..d460cff2 100644 --- a/launcher/ui/pages/modplatform/ModModel.h +++ b/launcher/ui/pages/modplatform/ModModel.h @@ -35,7 +35,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 searchWithTerm(const QString& term, const int sort, const bool filter_changed); void requestModVersions(const ModPlatform::IndexedPack& current); virtual void loadIndexedPack(ModPlatform::IndexedPack& m, QJsonObject& obj) = 0; |