forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.14'
Change-Id: I5e138bb7883c0436fee14ca6af20e99396676af1
This commit is contained in:
@@ -1520,9 +1520,6 @@ void DebuggerEnginePrivate::updateState()
|
||||
const bool detachable = stopped && !isCore;
|
||||
m_detachAction.setEnabled(detachable);
|
||||
|
||||
if (stopped)
|
||||
QApplication::alert(ICore::dialogParent(), 3000);
|
||||
|
||||
updateReverseActions();
|
||||
|
||||
const bool canSnapshot = m_engine->hasCapability(SnapshotCapability);
|
||||
|
||||
Reference in New Issue
Block a user