aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/ModPage.h
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-04-02 20:08:37 -0300
committerflow <thiagodonato300@gmail.com>2022-04-15 08:49:43 -0300
commit76dfb7825ade6554095ac3a09b3accdbd4db5138 (patch)
treefbe03978afee836e377f159e196183c28a88fb8e /launcher/ui/pages/modplatform/ModPage.h
parent5cb0e750936f09513b98a8b0fd57746ca18dc8bc (diff)
downloadPrismLauncher-76dfb7825ade6554095ac3a09b3accdbd4db5138.tar.gz
PrismLauncher-76dfb7825ade6554095ac3a09b3accdbd4db5138.tar.bz2
PrismLauncher-76dfb7825ade6554095ac3a09b3accdbd4db5138.zip
fix: 'All' filter working and get around CF API capabilities
Diffstat (limited to 'launcher/ui/pages/modplatform/ModPage.h')
-rw-r--r--launcher/ui/pages/modplatform/ModPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/ModPage.h b/launcher/ui/pages/modplatform/ModPage.h
index 3c71e6fe..0befc7c3 100644
--- a/launcher/ui/pages/modplatform/ModPage.h
+++ b/launcher/ui/pages/modplatform/ModPage.h
@@ -54,7 +54,7 @@ class ModPage : public QWidget, public BasePage {
void updateSelectionButton();
protected slots:
- void filterMods();
+ virtual void filterMods();
void triggerSearch();
void onSelectionChanged(QModelIndex first, QModelIndex second);
void onVersionSelectionChanged(QString data);