forked from qt-creator/qt-creator
Debugger: Remove 'Context' label in debugger console
This was display only, with no impact on the console operation. Change-Id: I1c6cab13a86b574d3912ea7fca2e0f14147b828c Task-number: QTCREATORBUG-15831 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
@@ -1100,8 +1100,6 @@ void QmlEngine::updateCurrentContext()
|
||||
else
|
||||
context = grandParentData->name;
|
||||
}
|
||||
|
||||
debuggerConsole()->setContext(tr("Context:") + QLatin1Char(' ') + context);
|
||||
}
|
||||
|
||||
void QmlEngine::executeDebuggerCommand(const QString &command, DebuggerLanguages languages)
|
||||
|
||||
Reference in New Issue
Block a user