diff options
author | hjk <[email protected]> | 2011-11-10 11:36:51 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2011-11-10 15:57:09 +0100 |
commit | 82f5573626c8e952653c091eceed21ff23677834 (patch) | |
tree | b4c884f581be2686495418c950c02c4fc3d09740 /src/plugins/git/gitclient.h | |
parent | cfc9b71ecb4b5f0d630996d4e60aea04cd8d5aad (diff) |
more Id type fixes
Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
x
Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index fff6aa6b0bf..0144c2455b5 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -236,7 +236,7 @@ private: VCSBase::VCSBaseEditorWidget *findExistingVCSEditor(const char *registerDynamicProperty, const QString &dynamicPropertyValue) const; enum CodecType { CodecSource, CodecLogOutput, CodecNone }; - VCSBase::VCSBaseEditorWidget *createVCSEditor(const QString &kind, + VCSBase::VCSBaseEditorWidget *createVCSEditor(const Core::Id &kind, QString title, const QString &source, CodecType codecType, |