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/flame/FlameModPage.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/flame/FlameModPage.h')
-rw-r--r-- | launcher/ui/pages/modplatform/flame/FlameModPage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlameModPage.h b/launcher/ui/pages/modplatform/flame/FlameModPage.h index 7078e889..dc58fd7f 100644 --- a/launcher/ui/pages/modplatform/flame/FlameModPage.h +++ b/launcher/ui/pages/modplatform/flame/FlameModPage.h @@ -56,7 +56,5 @@ class FlameModPage : public ModPage { auto validateVersion(ModPlatform::IndexedVersion& ver, QString mineVer, QString loaderVer = "") const -> bool override; - void filterMods() override; - auto shouldDisplay() const -> bool override; }; |