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

This commit is contained in:
2022-06-13 22:43:23 +02:00
والد 0d2e518000
کامیت 1a39118470
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده

مشاهده پرونده

@@ -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);