cli: search: implement -r, cleanup of options that don't belong there

这个提交包含在:
2019-08-19 21:09:03 +02:00
父节点 014a31fa3c
当前提交 f64362ac63
共有 3 个文件被更改,包括 19 次插入12 次删除

查看文件

@ -52,6 +52,7 @@ class QSSQuery
{
return tokensMask;
}
void addSortCondition(SortCondition sc);
static bool checkParanthesis(QString query);
static QSSQuery build(QString query);
};