File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -377,11 +377,11 @@ void GlobalDebuggerUI::SetupMenu(UIContext* context)
377
377
auto prompt = QString (" You are about to launch \n\n %1\n\n on your machine. "
378
378
" This may harm your machine. Are you sure to continue?" ).
379
379
arg (QString::fromStdString (controller->GetExecutablePath ()));
380
- if (QMessageBox::question (ctxt. context ->mainWindow (), " Launch Target" , prompt) != QMessageBox::Yes)
380
+ if (QMessageBox::question (context->mainWindow (), " Launch Target" , prompt) != QMessageBox::Yes)
381
381
return ;
382
382
}
383
383
384
- if (!ensureBinaryViewHasPlatform (controller->GetData (), ctxt. context ->mainWindow ()))
384
+ if (!ensureBinaryViewHasPlatform (controller->GetData (), context->mainWindow ()))
385
385
return ;
386
386
387
387
QString text = QString (
@@ -548,7 +548,7 @@ void GlobalDebuggerUI::SetupMenu(UIContext* context)
548
548
549
549
controller->SetPIDAttach (pid);
550
550
551
- if (!ensureBinaryViewHasPlatform (controller->GetData (), ctxt. context ->mainWindow ()))
551
+ if (!ensureBinaryViewHasPlatform (controller->GetData (), context->mainWindow ()))
552
552
return ;
553
553
554
554
QString text = QString (
@@ -649,7 +649,7 @@ void GlobalDebuggerUI::SetupMenu(UIContext* context)
649
649
if (dialog->exec () != QDialog::Accepted)
650
650
return ;
651
651
652
- if (!ensureBinaryViewHasPlatform (controller->GetData (), ctxt. context ->mainWindow ()))
652
+ if (!ensureBinaryViewHasPlatform (controller->GetData (), context->mainWindow ()))
653
653
return ;
654
654
655
655
QString text = QString (
You can’t perform that action at this time.
0 commit comments