Update launcher/ui/pages/global/JavaPage.cpp
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
d4c1d62781
commit
20832682ef
@ -166,7 +166,7 @@ void JavaPage::on_javaTestBtn_clicked()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
checker.reset(new JavaCommon::TestCheck(
|
checker.reset(new JavaCommon::TestCheck(
|
||||||
this, ui->javaPathTextBox->text(), ui->jvmArgsTextBox->toPlainText(),
|
this, ui->javaPathTextBox->text(), ui->jvmArgsTextBox->toPlainText().replace("\n", " "),
|
||||||
ui->minMemSpinBox->value(), ui->maxMemSpinBox->value(), ui->permGenSpinBox->value()));
|
ui->minMemSpinBox->value(), ui->maxMemSpinBox->value(), ui->permGenSpinBox->value()));
|
||||||
connect(checker.get(), SIGNAL(finished()), SLOT(checkerFinished()));
|
connect(checker.get(), SIGNAL(finished()), SLOT(checkerFinished()));
|
||||||
checker->run();
|
checker->run();
|
||||||
|
Loading…
Reference in New Issue
Block a user