UnifiedDiffEditor: Move setting folding markers into thread

Change-Id: I4fc6f08039813c08e70a6798f65abcea219558be
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Jarek Kobus
2022-09-27 18:17:52 +02:00
parent f66320c413
commit 6ec7ce539b
2 changed files with 5 additions and 6 deletions

View File

@@ -115,7 +115,6 @@ private:
{
QSharedPointer<TextEditor::TextDocument> textDocument;
UnifiedDiffData diffData;
QHash<int, int> foldingIndent;
DiffSelections selections;
};