diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-05 14:07:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 14:07:10 -0700 |
commit | b266068644d2caab4f103b0adf7a491b95f52369 (patch) | |
tree | 8de677072a75350959e3db64d86105a951f231f4 /launcher/java/JavaInstallList.cpp | |
parent | 733619ca741336ba9999af43f4eddd9371462325 (diff) | |
download | PrismLauncher-b266068644d2caab4f103b0adf7a491b95f52369.tar.gz PrismLauncher-b266068644d2caab4f103b0adf7a491b95f52369.tar.bz2 PrismLauncher-b266068644d2caab4f103b0adf7a491b95f52369.zip |
Apply suggestions from code review
Co-authored-by: flow <flowlnlnln@gmail.com>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/java/JavaInstallList.cpp')
-rw-r--r-- | launcher/java/JavaInstallList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/java/JavaInstallList.cpp b/launcher/java/JavaInstallList.cpp index 5f133622..b29af857 100644 --- a/launcher/java/JavaInstallList.cpp +++ b/launcher/java/JavaInstallList.cpp @@ -170,7 +170,6 @@ void JavaListLoadTask::executeTask() m_job.reset(new JavaCheckerJob("Java detection")); connect(m_job.get(), &Task::finished, this, &JavaListLoadTask::javaCheckerFinished); connect(m_job.get(), &Task::progress, this, &Task::setProgress); - // stepProgress? qDebug() << "Probing the following Java paths: "; int id = 0; |