mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 12:10:00 +00:00
NOISSUE continue refactoring things to make tests pass
This commit is contained in:
@@ -136,7 +136,7 @@ void AboutDialog::loadPatronList()
|
||||
netJob.reset(new NetJob("Patreon Patron List"));
|
||||
netJob->addNetAction(Net::Download::makeByteArray(QUrl("https://files.multimc.org/patrons.txt"), &dataSink));
|
||||
connect(netJob.get(), &NetJob::succeeded, this, &AboutDialog::patronListLoaded);
|
||||
netJob->start();
|
||||
netJob->start(APPLICATION->network());
|
||||
}
|
||||
|
||||
void AboutDialog::patronListLoaded()
|
||||
|
||||
Reference in New Issue
Block a user