janicicpredrag / gclc

GCLC is a mathematical software tool for producing high-quality mathematical illustrations, for teaching mathematics, and for automated proving of geometry theorems.
http://www.matf.bg.ac.rs/~janicic/gclc/
Other
53 stars 7 forks source link

remove heap allocation of a 'QGraphicsSimpleTextItem' #78

Closed Smattr closed 5 months ago

Smattr commented 5 months ago

This object is only used locally, so does not need to be heap-allocated.