Hello,

I have a class that has QVector<QPoint> cameraPoints (private) vector. I try to push back this vector in a method of this class, but program unexpectedly finishes.

when i define a qvector inside of method, it works well.

How can i use push_back on private vector?