Skip to content
Snippets Groups Projects
Commit 6aa24fd1 authored by Kai Koehne's avatar Kai Koehne
Browse files

DebuggerRunner: Use 'Yes', 'No' buttons for 'Do you want to continue?'.

parent 4d2d7cdb
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,7 @@ void DebuggerRunControl::start() ...@@ -254,7 +254,7 @@ void DebuggerRunControl::start()
int result = QMessageBox::warning(debuggerCore()->mainWindow(), int result = QMessageBox::warning(debuggerCore()->mainWindow(),
DebuggerPlugin::tr("Warning"), DebuggerPlugin::tr("Some breakpoints cannot be handled by the debugger, and will be ignored. Do you want to continue?"), DebuggerPlugin::tr("Warning"), DebuggerPlugin::tr("Some breakpoints cannot be handled by the debugger, and will be ignored. Do you want to continue?"),
QMessageBox::Ok | QMessageBox::Cancel); QMessageBox::Yes | QMessageBox::No);
if (result == QMessageBox::Cancel) { if (result == QMessageBox::Cancel) {
emit started(); emit started();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment