forked from qt-creator/qt-creator
Reparsing a document is expensive so we should avoid it by all means. In this patch we prevent that the same document is send again. It isn't send too in advance of a code completion if there was no changes before the the completion position. Change-Id: I0bb786ba1d4e7ce08611a518cb32f8cf8f4d0037 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
HEADERS += $$PWD/senddocumenttracker.h
|
|
|
|
SOURCES += $$PWD/senddocumenttracker.cpp
|