forked from qt-creator/qt-creator
Debugger: make Location::fileName a Utils::FilePath
Change-Id: I637d39246ff576db1023f08c432a7f7b6aadbbaa Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -211,7 +211,7 @@ bool ModulesModel::contextMenuEvent(const ItemViewEvent &ev)
|
||||
addAction(menu, tr("Edit File \"%1\"").arg(moduleName),
|
||||
tr("Edit File"),
|
||||
moduleNameValid,
|
||||
[this, modulePath] { engine->gotoLocation(modulePath); });
|
||||
[this, modulePath] { engine->gotoLocation(FilePath::fromString(modulePath)); });
|
||||
|
||||
addAction(menu, tr("Show Symbols in File \"%1\"").arg(moduleName),
|
||||
tr("Show Symbols"),
|
||||
|
||||
Reference in New Issue
Block a user