forked from qt-creator/qt-creator
Git: Make createVcsEditor take the same arguments as in VcsBaseClient
Make createVcsEditor in GitClient have the same signature as createVcsEditor in VcsBaseClient. Change-Id: I652175cbbf90b5bccd007fe8f028e364fe61a9aa Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -370,12 +370,11 @@ private:
|
||||
enum CodecType { CodecSource, CodecLogOutput, CodecNone };
|
||||
|
||||
VcsBase::VcsBaseEditorWidget *createVcsEditor(Core::Id kind,
|
||||
QString title,
|
||||
const QString &source,
|
||||
CodecType codecType,
|
||||
const char *registerDynamicProperty,
|
||||
const QString &dynamicPropertyValue,
|
||||
VcsBase::VcsBaseEditorParameterWidget *configWidget) const;
|
||||
QString title,
|
||||
const QString &source,
|
||||
CodecType codecType,
|
||||
const char *registerDynamicProperty,
|
||||
const QString &dynamicPropertyValue) const;
|
||||
|
||||
void requestReload(const QString &documentId, const QString &source, const QString &title,
|
||||
std::function<DiffEditor::DiffEditorController *(Core::IDocument *)> factory) const;
|
||||
|
||||
Reference in New Issue
Block a user