logic: Fixes in error management

* Moved error filtering to PersistentStorage
* Fixed wrong error count in statusbar and dialog sometimes
* Make sure error tab is visible when showing Log View
* Don't show error view when no visible errors are added
This commit is contained in:
Eberhard Graether
2016-11-29 08:29:45 +01:00
parent 2aa6116c71
commit 949f738b3f
12 changed files with 95 additions and 86 deletions
+5
View File
@@ -3,3 +3,8 @@
StorageAccess::~StorageAccess()
{
}
void StorageAccess::setErrorFilter(const ErrorFilter& filter)
{
m_errorFilter = filter;
}