Remove use of ToQStr to convert rdctype::str to QString

This commit is contained in:
baldurk
2017-08-18 14:13:22 +01:00
parent b637fe78de
commit 4c24b0f28f
26 changed files with 381 additions and 403 deletions
+1 -1
View File
@@ -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
{