Get rid of the numeric literals.

This commit is contained in:
Roberto Raggi
2010-09-02 12:50:37 +02:00
parent c12866a467
commit a340cd118e
4 changed files with 21 additions and 0 deletions

View File

@@ -287,6 +287,9 @@ public:
_doc->check(_mode);
_doc->releaseTranslationUnit();
if (_mode == Document::FastCheck)
_doc->control()->squeeze();
if (_modelManager)
_modelManager->emitDocumentUpdated(_doc); // ### TODO: compress
}