diff options
author | hjk <[email protected]> | 2009-01-20 11:54:18 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2009-01-20 11:54:18 +0100 |
commit | f6b08203157d11dbb8e333eee91d2ccdb236906d (patch) | |
tree | 0d43603524e1a6a8f71bcea69614782789382682 /src/plugins/git/gitclient.cpp | |
parent | 113b81e9dbc67dab5252eb9b6a8aaa57efda3de0 (diff) |
forgot this
Diffstat (limited to 'src/plugins/git/gitclient.cpp')
-rw-r--r-- | src/plugins/git/gitclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.cpp b/src/plugins/git/gitclient.cpp index 81820b8fa0f..9856de8e4ee 100644 --- a/src/plugins/git/gitclient.cpp +++ b/src/plugins/git/gitclient.cpp @@ -178,7 +178,7 @@ VCSBase::VCSBaseEditor QTC_ASSERT(rc, return 0); rc->setSource(source); if (setSourceCodec) - rc->setCodec(VCSBase::VCSBaseEditor::getCodec(m_core, source)); + rc->setCodec(VCSBase::VCSBaseEditor::getCodec(source)); } return rc; } |