ui: Update error count while parsing

This commit is contained in:
Eberhard Graether
2016-01-28 13:19:38 +01:00
parent 38f943e8a0
commit 635f6058c6
6 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -78,5 +78,5 @@ void QtStatusBar::setErrorCount(size_t count)
void QtStatusBar::showErrors()
{
MessageShowErrors().dispatch();
MessageShowErrors(-1).dispatch();
}