forked from qt-creator/qt-creator
Fix marking files modified externally as modified
It replaces59c90e00c1andd0c537ca75Task-number: QTCREATORBUG-17048 Change-Id: Ief4b1b72f2e5e7b1711be05d4ea8c03bbbf48fdf Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user