diff options
| author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-02-11 14:42:23 +0100 |
|---|---|---|
| committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-02-11 15:03:50 +0100 |
| commit | dd54cc6a7a91a2be18de8b8a6e516d81c84f910d (patch) | |
| tree | 7ffbcf748c5bc296f13eebe25336c8126b8b283a /src/plugins/cpptools/cppmodelmanager.h | |
| parent | f3c2bbaabe052f2fa02dae93c62bef093a68a866 (diff) | |
| download | qt-creator-dd54cc6a7a91a2be18de8b8a6e516d81c84f910d.tar.gz | |
Don't remove syntax errors on each document change
Especially when several error markers exist, the flashing this causes
while editing isn't really nice.
Reviewed-by: Roberto Raggi
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager.h')
| -rw-r--r-- | src/plugins/cpptools/cppmodelmanager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager.h b/src/plugins/cpptools/cppmodelmanager.h index 4713c29d61..fb645ffe8f 100644 --- a/src/plugins/cpptools/cppmodelmanager.h +++ b/src/plugins/cpptools/cppmodelmanager.h @@ -168,10 +168,6 @@ private: mutable QMutex mutex; - enum { - MAX_SELECTION_COUNT = 5 - }; - struct Editor { QPointer<TextEditor::BaseTextEditor> widget; QList<QTextEdit::ExtraSelection> selections; |
