forked from qt-creator/qt-creator
Debugger: Use FileInProjectFinder for the console view
All the functionality to guess local files from remote paths is already there. Change-Id: I5bffeb0f126efef99edbaf152e1a5e9e1d244699 Task-number: QTCREATORBUG-12008 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -254,6 +254,11 @@ void Console::setScriptEvaluator(const ScriptEvaluator &evaluator)
|
||||
setContext(QString());
|
||||
}
|
||||
|
||||
void Console::populateFileFinder()
|
||||
{
|
||||
m_consoleView->populateFileFinder();
|
||||
}
|
||||
|
||||
void Console::printItem(ConsoleItem::ItemType itemType, const QString &text)
|
||||
{
|
||||
printItem(new ConsoleItem(itemType, text));
|
||||
|
||||
Reference in New Issue
Block a user