ui: Added status messages for fulltext search

This commit is contained in:
Eberhard Graether
2016-06-12 09:35:11 +02:00
parent 19e26268cf
commit be3ba0ba23
2 changed files with 25 additions and 7 deletions
@@ -21,7 +21,6 @@ StatusBarView* StatusBarController::getView()
void StatusBarController::clear()
{
getView()->setErrorCount(ErrorCountInfo());
getView()->showMessage("", false, false);
}
void StatusBarController::handleMessage(MessageClearErrorCount* message)