Hi,

Is there an QVector replacement for explicit sharing?

Currently I am using QVector<float>, but it calls detach() when data() is called. If there a way not to call detach()? In another word, I need explicit sharing QVector.

Thanks