cesarblum / sizegripitem

A size grip QGraphicsItem for interactive resizing.
Other
30 stars 19 forks source link

Fix the Resizer: it needs a virtual destructor to be useful. #4

Closed KubaO closed 2 years ago

KubaO commented 7 years ago

This fixes issue #3, fixes unused parameter warnings, and leverages a smart pointer.