shared: LooqsQuery: Remove explicit copy constructor

Bu işleme şunda yer alıyor:
Albert S. 2023-03-12 16:47:53 +01:00
ebeveyn 566c4a8c58
işleme 0b829215e5
1 değiştirilmiş dosya ile 0 ekleme ve 8 silme

Dosyayı Görüntüle

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