all benchmark just polygon interrupt missing

This commit is contained in:
Jonas Mucke
2020-01-15 18:09:23 +01:00
parent 84f6bc84da
commit d17bf4850c
5 changed files with 734 additions and 15 deletions

View File

@@ -47,6 +47,5 @@ QImage IntelliRasterImage::getDisplayable(const QSize& displaySize, int alpha){
}
void IntelliRasterImage::setPolygon(const std::vector<QPoint>& polygonData){
qDebug() << "Raster Image has no polygon data " << polygonData.size() <<"\n";
return;
}