Fix marking files modified externally as modified

It replaces 59c90e00c1
and d0c537ca75

Task-number: QTCREATORBUG-17048
Change-Id: Ief4b1b72f2e5e7b1711be05d4ea8c03bbbf48fdf
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Jarek Kobus
2016-10-20 14:45:15 +02:00
committed by Jarek Kobus
parent ca4be197ef
commit 72e19c4886
8 changed files with 220 additions and 12 deletions

View File

@@ -151,6 +151,7 @@ private:
bool reload);
void cleanWhitespace(QTextCursor &cursor, bool cleanIndentation, bool inEntireDocument);
void ensureFinalNewLine(QTextCursor &cursor);
void modificationChanged(bool modified);
TextDocumentPrivate *d;
};