aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages/modplatform/ftb/FtbPage.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-10-24 01:01:38 +0200
committerGitHub <noreply@github.com>2021-10-24 01:01:38 +0200
commite6cb7b7710198f5bab8a07723448a78d769f8de3 (patch)
tree3e9f18f63b7ff5d2da38a71c3f0e61b0b0307f5b /launcher/pages/modplatform/ftb/FtbPage.h
parent8bc6560b5ec537fd49d51771c8bc9c8126d7a58b (diff)
parentb93997501d3c18832d0511abaf1514e73494bf56 (diff)
downloadPrismLauncher-e6cb7b7710198f5bab8a07723448a78d769f8de3.tar.gz
PrismLauncher-e6cb7b7710198f5bab8a07723448a78d769f8de3.tar.bz2
PrismLauncher-e6cb7b7710198f5bab8a07723448a78d769f8de3.zip
Merge pull request #4177 from jamierocks/mch-search
NOISSUE Fix modpacks.ch search
Diffstat (limited to 'launcher/pages/modplatform/ftb/FtbPage.h')
-rw-r--r--launcher/pages/modplatform/ftb/FtbPage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/pages/modplatform/ftb/FtbPage.h b/launcher/pages/modplatform/ftb/FtbPage.h
index da121913..0a4a6cea 100644
--- a/launcher/pages/modplatform/ftb/FtbPage.h
+++ b/launcher/pages/modplatform/ftb/FtbPage.h
@@ -65,6 +65,7 @@ private:
private slots:
void triggerSearch();
+
void onSortingSelectionChanged(QString data);
void onSelectionChanged(QModelIndex first, QModelIndex second);
void onVersionSelectionChanged(QString data);
@@ -77,4 +78,6 @@ private:
ModpacksCH::Modpack selected;
QString selectedVersion;
+
+ bool initialised { false };
};