neuronalmotion / blueprint

A crossplatform mockup designer based on C++/Qt5.
Apache License 2.0
7 stars 3 forks source link

Replace QList by QVector #113

Open synapticvoid opened 9 years ago

synapticvoid commented 9 years ago

We spend a lot of time iterating through our shapes, it seems to be better performance-wise and not costly at all from a code perspective.