forked from qt-creator/qt-creator
VcsBase: Cleanup some Utils:: in cpp files
We are using namespace Utils in these files. Change-Id: I0526f7e4fff2fe0d24d1e2b9fa087298d5331955 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -108,7 +108,7 @@ private:
|
||||
void setFormat(VcsOutputWindow::MessageStyle style);
|
||||
QString identifierUnderCursor(const QPoint &pos, QString *repository = nullptr) const;
|
||||
|
||||
Utils::OutputFormat m_format;
|
||||
OutputFormat m_format;
|
||||
VcsOutputLineParser *m_parser = nullptr;
|
||||
};
|
||||
|
||||
@@ -203,7 +203,7 @@ void OutputWindowPlainTextEdit::contextMenuEvent(QContextMenuEvent *event)
|
||||
return;
|
||||
}
|
||||
if (action == openAction) {
|
||||
const auto fileName = Utils::FilePath::fromVariant(action->data());
|
||||
const auto fileName = FilePath::fromVariant(action->data());
|
||||
Core::EditorManager::openEditor(fileName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user