aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/ModDownloadDialog.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-14 19:46:52 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-05-14 20:00:54 +0200
commitc6b3eccbdf2785b59ab33ed99fabf6f3f5d81d2a (patch)
treef02fe2749994e1f6d404c6d6339ff5b7472a19ce /launcher/ui/dialogs/ModDownloadDialog.h
parent123ed5bd2e12ad72b6df39ef747e31d64aae6dce (diff)
downloadPrismLauncher-c6b3eccbdf2785b59ab33ed99fabf6f3f5d81d2a.tar.gz
PrismLauncher-c6b3eccbdf2785b59ab33ed99fabf6f3f5d81d2a.tar.bz2
PrismLauncher-c6b3eccbdf2785b59ab33ed99fabf6f3f5d81d2a.zip
refactor: rename Modrinth classes to ModrinthMod
Diffstat (limited to 'launcher/ui/dialogs/ModDownloadDialog.h')
-rw-r--r--launcher/ui/dialogs/ModDownloadDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/dialogs/ModDownloadDialog.h b/launcher/ui/dialogs/ModDownloadDialog.h
index 309d89d0..782dc361 100644
--- a/launcher/ui/dialogs/ModDownloadDialog.h
+++ b/launcher/ui/dialogs/ModDownloadDialog.h
@@ -16,7 +16,7 @@ class ModDownloadDialog;
class PageContainer;
class QDialogButtonBox;
-class ModrinthPage;
+class ModrinthModPage;
class ModDownloadDialog : public QDialog, public BasePageProvider
{
@@ -50,7 +50,7 @@ private:
QVBoxLayout *m_verticalLayout = nullptr;
- ModrinthPage *modrinthPage = nullptr;
+ ModrinthModPage *modrinthPage = nullptr;
FlameModPage *flameModPage = nullptr;
QHash<QString, ModDownloadTask*> modTask;
BaseInstance *m_instance;