shared: LooksQuery: init tokensMask with 0 to be sure
Este commit está contenido en:
padre
414d53e59a
commit
248bfb96fe
@ -39,7 +39,7 @@ class LooqsQuery
|
|||||||
private:
|
private:
|
||||||
/* Helper field to determine quertype as well as to quickly check what kind of filters etc.
|
/* Helper field to determine quertype as well as to quickly check what kind of filters etc.
|
||||||
* are being used in this query*/
|
* are being used in this query*/
|
||||||
int tokensMask;
|
int tokensMask = 0;
|
||||||
QVector<Token> tokens;
|
QVector<Token> tokens;
|
||||||
QVector<SortCondition> sortConditions;
|
QVector<SortCondition> sortConditions;
|
||||||
void addToken(Token t);
|
void addToken(Token t);
|
||||||
|
Cargando…
x
Referencia en una nueva incidencia
Block a user