You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Resizer implements a virtual functor. As such, it must include a virtual destructor. In C++11 code, instead of a Resizer one should use std::function<void(QGraphicsItem*,const QRectF&)>.
The Resizer implements a virtual functor. As such, it must include a virtual destructor. In C++11 code, instead of a Resizer one should use
std::function<void(QGraphicsItem*,const QRectF&)>.