forked from qt-creator/qt-creator
Git: Fix error text codec of 'Show Commit...'
Change-Id: I4c7e2b2aad44b4f4b53fa936e80ab0d70c75c3c5 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
bbfde648d2
commit
8382dd7a03
@@ -595,7 +595,7 @@ void GitClient::show(const QString &source, const QString &id, const QStringList
|
|||||||
const Core::Id editorId = Git::Constants::GIT_DIFF_EDITOR_ID;
|
const Core::Id editorId = Git::Constants::GIT_DIFF_EDITOR_ID;
|
||||||
VCSBase::VCSBaseEditorWidget *editor = findExistingVCSEditor("show", id);
|
VCSBase::VCSBaseEditorWidget *editor = findExistingVCSEditor("show", id);
|
||||||
if (!editor)
|
if (!editor)
|
||||||
editor = createVCSEditor(editorId, title, source, CodecLogOutput, "show", id,
|
editor = createVCSEditor(editorId, title, source, CodecSource, "show", id,
|
||||||
new GitShowArgumentsWidget(this, source, args, id));
|
new GitShowArgumentsWidget(this, source, args, id));
|
||||||
|
|
||||||
GitShowArgumentsWidget *argWidget = qobject_cast<GitShowArgumentsWidget *>(editor->configurationWidget());
|
GitShowArgumentsWidget *argWidget = qobject_cast<GitShowArgumentsWidget *>(editor->configurationWidget());
|
||||||
|
|||||||
Reference in New Issue
Block a user