instar-robotics / papyrus

Papyrus is the front end GUI that generates neural scripts that can be executed by kheops
GNU General Public License v3.0
1 stars 0 forks source link

Check if DiagramBox's icon field is necessary #12

Closed nschoe closed 5 years ago

nschoe commented 5 years ago

Currently, the icon of a function box is stored both as a QString (iconFilePath) and a QIcon. But the SVG is made from the path and made a child of the DiagramBox.

I think we can get rid of the QIcon then.

nschoe commented 5 years ago

Closed by commit d32d68c.