forked from qt-creator/qt-creator
more Id type fixes
Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283 x Change-Id: Iab58bc34bc56371405d132315573b484a533b77c Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -161,7 +161,7 @@ protected:
|
||||
} // namespace TextEditor
|
||||
|
||||
Core::IEditor *BaseTextEditorWidget::openEditorAt(const QString &fileName, int line, int column,
|
||||
const QString &editorKind,
|
||||
const Core::Id &editorKind,
|
||||
Core::EditorManager::OpenEditorFlags flags,
|
||||
bool *newEditor)
|
||||
{
|
||||
@@ -4700,7 +4700,7 @@ bool BaseTextEditorWidget::openLink(const Link &link)
|
||||
return true;
|
||||
}
|
||||
|
||||
return openEditorAt(link.fileName, link.line, link.column, QString(),
|
||||
return openEditorAt(link.fileName, link.line, link.column, Core::Id(),
|
||||
Core::EditorManager::IgnoreNavigationHistory
|
||||
| Core::EditorManager::ModeSwitch);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user