Rename public property to match python-esque naming scheme

This commit is contained in:
baldurk
2018-04-25 21:30:22 +01:00
parent ae454edb03
commit 08147dfa66
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1823,7 +1823,7 @@ void MainWindow::OnCaptureLoaded()
ui->action_Start_Replay_Loop->setEnabled(true);
ui->action_Open_RGP_Profile->setEnabled(
m_Ctx.Replay().GetCaptureAccess()->FindSectionByType(SectionType::AMDRGPProfile) >= 0);
ui->action_Create_RGP_Profile->setEnabled(m_Ctx.APIProps().RGPCapture && m_Ctx.IsCaptureLocal());
ui->action_Create_RGP_Profile->setEnabled(m_Ctx.APIProps().rgpCapture && m_Ctx.IsCaptureLocal());
setCaptureHasErrors(!m_Ctx.DebugMessages().empty());