DiffEditor: Remove workingDir parameter from setDiff()

It was not used.

Change-Id: I33a77f4d8238218b90171a98aa25af5b31b17eb3
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2021-08-17 12:16:20 +02:00
parent f4c57a7857
commit 2f44449a90
7 changed files with 17 additions and 31 deletions

View File

@@ -328,7 +328,7 @@ void DiffEditor::documentHasChanged()
const QList<FileData> &diffFileList = m_document->diffFiles();
updateDescription();
currentView()->setDiff(diffFileList, m_document->baseDirectory());
currentView()->setDiff(diffFileList);
m_entriesComboBox->clear();
for (const FileData &diffFile : diffFileList) {