shared: LooqsQuery: Remove explicit copy constructor
This commit is contained in:
parent
566c4a8c58
commit
0b829215e5
@ -91,14 +91,6 @@ class LooqsQuery
|
||||
this->sortConditions = sortConditions;
|
||||
updateTokensMask();
|
||||
}
|
||||
|
||||
LooqsQuery(const LooqsQuery &o)
|
||||
{
|
||||
this->tokens = o.tokens;
|
||||
this->sortConditions = o.sortConditions;
|
||||
this->tokensMask = o.tokensMask;
|
||||
this->limit = o.limit;
|
||||
}
|
||||
};
|
||||
|
||||
#endif // LOOQSQUERY_H
|
||||
|
Caricamento…
Fai riferimento in un nuovo problema
Block a user