shared: LooqsQuery: has*Search(): Mark methods const

Tá an tiomantas seo le fáil i:
2022-06-13 22:43:23 +02:00
tuismitheoir 0d2e518000
tiomantas 1a39118470
D'athraigh 2 comhad le 4 breiseanna agus 4 scriosta

Féach ar an gComhad

@ -61,8 +61,8 @@ class LooqsQuery
{
this->limit = limit;
}
bool hasContentSearch();
bool hasPathSearch();
bool hasContentSearch() const;
bool hasPathSearch() const;
void addSortCondition(SortCondition sc);
static bool checkParanthesis(QString query);