Obligatory formatting fix commit

Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
timoreo 2022-07-10 20:34:29 +02:00
parent f946964490
commit 68446c2a54
No known key found for this signature in database
GPG Key ID: 121A72C3512BA288
4 changed files with 4 additions and 4 deletions

@ -95,7 +95,7 @@ void JavaDownloader::executeTask()
elementDownload->addNetAction(dl);
}
QObject::connect(elementDownload, &NetJob::finished, [elementDownload] { elementDownload->deleteLater(); });
QObject::connect(elementDownload, &NetJob::succeeded, [this]{emitSucceeded();});
QObject::connect(elementDownload, &NetJob::succeeded, [this] { emitSucceeded(); });
elementDownload->start();
});
download->start();

@ -9,4 +9,4 @@ QString currentSystem();
QString currentArch(LaunchContext launchContext);
QString runCheckerForArch(LaunchContext launchContext);
QString useQTForArch();
}
}

@ -36,4 +36,4 @@ QVariant LaunchContext::getRealJavaArch()
QVariant LaunchContext::getJavaPath()
{
return m_instanceSettings->get("JavaPath");
}
}

@ -31,4 +31,4 @@ class LaunchContext
QVariant getJavaPath();
private:
SettingsObjectPtr m_instanceSettings;
};
};