Introduce buildQueryData helper in SearchRenderer

This commit is contained in:
Matthieu Gautier
2022-05-05 17:42:16 +02:00
parent bbdde93f49
commit f0dd34b6db
4 changed files with 36 additions and 13 deletions

View File

@ -75,6 +75,9 @@ class SearchRenderer
~SearchRenderer();
/**
* Set the search pattern used to do the search
*/
void setSearchPattern(const std::string& pattern);
/**