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

@@ -71,11 +71,3 @@ void IntelliImage::floodFill(const QColor& color){
imageData.fill(color);
}
int IntelliImage::x(){
return imageData.size().width();
}
int IntelliImage::y(){
return imageData.size().height();
}