forked from qt-creator/qt-creator
Trk: Do not show additional message box when canceled.
This commit is contained in:
@@ -1749,7 +1749,7 @@ bool TrkGdbAdapter::initializeDevice(const QString &remoteChannel, QString *erro
|
||||
case trk::PromptStartCommunicationConnected:
|
||||
break;
|
||||
case trk::PromptStartCommunicationCanceled:
|
||||
*errorMessage = tr("Canceled");
|
||||
errorMessage->clear();
|
||||
return false;
|
||||
case trk::PromptStartCommunicationError:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user