data: saving and loading Storage with sqlite file next to project file

This commit is contained in:
Eberhard Graether
2015-09-17 12:08:25 +02:00
parent f702b79892
commit a14bfaff56
12 changed files with 37 additions and 33 deletions
@@ -55,11 +55,6 @@ void SearchController::handleMessage(MessageFind* message)
getView()->setFocus();
}
void SearchController::handleMessage(MessageFinishedParsing* message)
{
getView()->setMatches(std::vector<SearchMatch>());
}
void SearchController::handleMessage(MessageSearch* message)
{
getView()->setMatches(message->getMatches());