forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.9'
Change-Id: I801042a53ae4d02d1891ea582ca9ea89b00d3181
This commit is contained in:
@@ -291,6 +291,7 @@ GitDiffEditorController::GitDiffEditorController(IDocument *document, const QStr
|
||||
{
|
||||
connect(&m_decorator, &DescriptionWidgetDecorator::branchListRequested,
|
||||
this, &GitDiffEditorController::updateBranchList);
|
||||
setDisplayName("Git Diff");
|
||||
}
|
||||
|
||||
void GitDiffEditorController::updateBranchList()
|
||||
@@ -514,7 +515,9 @@ public:
|
||||
GitDiffEditorController(document, dir),
|
||||
m_id(id),
|
||||
m_state(Idle)
|
||||
{ }
|
||||
{
|
||||
setDisplayName("Git Show");
|
||||
}
|
||||
|
||||
void reload() override;
|
||||
void processCommandOutput(const QString &output) override;
|
||||
|
||||
Reference in New Issue
Block a user