cmath include

This commit is contained in:
garak 2018-10-10 19:20:25 -04:00
parent 313fa1904c
commit 735de44114

View file

@ -1,5 +1,7 @@
#include "connectionpixmapitem.h"
#include <cmath>
void ConnectionPixmapItem::render(qreal opacity) {
QPixmap newPixmap = this->basePixmap.copy(0, 0, this->basePixmap.width(), this->basePixmap.height());
if (opacity < 1) {