diff options
author | hjk <qtc-committer@nokia.com> | 2011-09-07 09:26:29 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2011-09-08 17:40:53 +0200 |
commit | 66ab323eb3101b94817b841a906a0222ce7aee1a (patch) | |
tree | 2f0e146f5927c01fc1f2049ed6f4334ed6dbbebf /src/plugins/bazaar/bazaarplugin.cpp | |
parent | b51524c5c18e7790e7a436e159c1107a4b88d413 (diff) | |
download | qt-creator-66ab323eb3101b94817b841a906a0222ce7aee1a.tar.gz |
use Core::Id for IEditorFactory::id
Change-Id: Iefd67a0461d9016b8ba0f3371df7ec6d42e188c5
Reviewed-on: http://codereview.qt-project.org/4321
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/bazaar/bazaarplugin.cpp')
-rw-r--r-- | src/plugins/bazaar/bazaarplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bazaar/bazaarplugin.cpp b/src/plugins/bazaar/bazaarplugin.cpp index dd788de262..063455e6f7 100644 --- a/src/plugins/bazaar/bazaarplugin.cpp +++ b/src/plugins/bazaar/bazaarplugin.cpp @@ -573,7 +573,7 @@ void BazaarPlugin::showCommitWidget(const QList<VCSBase::VCSBaseClient::StatusIt } Core::IEditor *editor = m_core->editorManager()->openEditor(m_changeLog->fileName(), - QLatin1String(Constants::COMMIT_ID), + Constants::COMMIT_ID, Core::EditorManager::ModeSwitch); if (!editor) { outputWindow->appendError(tr("Unable to create an editor for the commit.")); |