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:
@@ -288,10 +288,10 @@ void BaseFileFind::openEditor(const Find::SearchResultItem &item)
|
||||
openedEditor = TextEditor::BaseTextEditorWidget::openEditorAt(QDir::fromNativeSeparators(item.path.first()),
|
||||
item.lineNumber,
|
||||
item.textMarkPos,
|
||||
QString(),
|
||||
Core::Id(),
|
||||
Core::EditorManager::ModeSwitch);
|
||||
} else {
|
||||
openedEditor = Core::EditorManager::instance()->openEditor(item.text, QString(),
|
||||
openedEditor = Core::EditorManager::instance()->openEditor(item.text, Core::Id(),
|
||||
Core::EditorManager::ModeSwitch);
|
||||
}
|
||||
if (m_currentFindSupport)
|
||||
|
||||
Reference in New Issue
Block a user