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:
hjk
2016-04-13 16:00:04 +02:00
parent 9ca3614164
commit 8679a7caa6
3 changed files with 1 additions and 15 deletions

View File

@@ -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)