refactor: rename Modrinth classes to ModrinthMod
This commit is contained in:
parent
123ed5bd2e
commit
c6b3eccbdf
7 changed files with 22 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue