mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Remove use of ToQStr to convert rdctype::str to QString
This commit is contained in:
@@ -1569,7 +1569,7 @@ void MainWindow::on_action_Start_Replay_Loop_triggered()
|
||||
id = displayTex->ID;
|
||||
popup.resize((int)displayTex->width, (int)displayTex->height);
|
||||
popup.setWindowTitle(
|
||||
tr("Looping replay of %1 Displaying %2").arg(m_Ctx.LogFilename()).arg(ToQStr(displayTex->name)));
|
||||
tr("Looping replay of %1 Displaying %2").arg(m_Ctx.LogFilename()).arg(displayTex->name));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user