data: saving and loading Storage with sqlite file next to project file
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user