aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/flame/FlamePage.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-08-27 15:04:42 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-08-27 15:04:42 +0300
commit4036cecfc02142c403a45e18474ad7aab6fc8834 (patch)
treecada4cbd4a7e7773ee8ce5112e7cda65a4d8c43e /launcher/ui/pages/modplatform/flame/FlamePage.h
parent05094b7382aafc0a9dcda17c13d5294dbaa89c36 (diff)
downloadPrismLauncher-4036cecfc02142c403a45e18474ad7aab6fc8834.tar.gz
PrismLauncher-4036cecfc02142c403a45e18474ad7aab6fc8834.tar.bz2
PrismLauncher-4036cecfc02142c403a45e18474ad7aab6fc8834.zip
Added progress widget to some modpack providers
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/flame/FlamePage.h')
-rw-r--r--launcher/ui/pages/modplatform/flame/FlamePage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlamePage.h b/launcher/ui/pages/modplatform/flame/FlamePage.h
index a45c9e40..d35858fb 100644
--- a/launcher/ui/pages/modplatform/flame/FlamePage.h
+++ b/launcher/ui/pages/modplatform/flame/FlamePage.h
@@ -41,6 +41,7 @@
#include <modplatform/flame/FlamePackIndex.h>
#include <QTimer>
#include "ui/pages/BasePage.h"
+#include "ui/widgets/ProgressWidget.h"
namespace Ui {
class FlamePage;
@@ -87,6 +88,8 @@ class FlamePage : public QWidget, public BasePage {
int m_selected_version_index = -1;
+ ProgressWidget m_fetch_progress;
+
// Used to do instant searching with a delay to cache quick changes
QTimer m_search_timer;
};