Ignore outdated parsing requests.

This commit is contained in:
Roberto Raggi
2010-03-24 15:53:39 +01:00
parent 7e5902f385
commit 645cfb59ba
2 changed files with 6 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ private:
int _updateDocumentInterval;
QFuture<void> _documentParser;
QString _cachedContents;
unsigned _revision;
};
} // namespace Internal