forked from qt-creator/qt-creator
Store the document's revision used to compute the warning/error marks.
This commit is contained in:
@@ -176,6 +176,9 @@ private:
|
||||
mutable QMutex protectSnapshot;
|
||||
|
||||
struct Editor {
|
||||
Editor()
|
||||
: revision(-1) {}
|
||||
int revision;
|
||||
QPointer<TextEditor::ITextEditor> textEditor;
|
||||
QList<QTextEdit::ExtraSelection> selections;
|
||||
QList<TextEditor::BaseTextEditor::BlockRange> ifdefedOutBlocks;
|
||||
|
Reference in New Issue
Block a user