mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Rename JDK browse button slot to properly get picked up
This commit is contained in:
@@ -682,7 +682,7 @@ void SettingsDialog::on_Android_SDKPath_textEdited(const QString &adb)
|
||||
m_Ctx.Config().Save();
|
||||
}
|
||||
|
||||
void SettingsDialog::on_browseAndroidJDKPath_clicked()
|
||||
void SettingsDialog::on_browseJDKPath_clicked()
|
||||
{
|
||||
QString adb =
|
||||
RDDialog::getExistingDirectory(this, tr("Locate JDK root folder (containing bin, jre, lib)"),
|
||||
|
||||
Reference in New Issue
Block a user