logic: Fixed code view single not cleared properly in some cases

This commit is contained in:
Eberhard Graether
2017-02-13 13:20:20 +01:00
parent 8a93bebff8
commit 259b112080
7 changed files with 27 additions and 5 deletions
+1
View File
@@ -27,6 +27,7 @@ public:
// CodeView implementation
virtual void clear();
virtual void clearCodeSnippets();
virtual void setErrorInfos(const std::vector<ErrorInfo>& errorInfos);
virtual bool showsErrors() const;