mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Fix unused lambda parameter
This commit is contained in:
@@ -1865,7 +1865,7 @@ void MainWindow::setRemoteHost(int hostIdx)
|
||||
|
||||
if(res == QMessageBox::Yes)
|
||||
{
|
||||
LambdaThread *launchthread = new LambdaThread([this, &host]() {
|
||||
LambdaThread *launchthread = new LambdaThread([&host]() {
|
||||
// since we have a protocol, try to force-launch which should attempt to reinstall.
|
||||
host.Launch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user