Refactroting, Performence and Coverage veränderung

This commit is contained in:
Sonaion
2019-12-09 15:42:57 +01:00
parent 2840c8767e
commit dc1d42fc9f
11 changed files with 126 additions and 200 deletions

View File

@@ -6,6 +6,7 @@
class IntelliShapedImage : public IntelliImage{
protected:
virtual void calculateVisiblity() override;
std::vector<QPoint> polygonData;
public:
IntelliShapedImage(int weight, int height);