Fix QR logo path
This commit is contained in:
@@ -51,7 +51,7 @@ QPixmap QRCodeLabel::scaledPixmap() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Maybe add logo if it doesn't break QR code - requires setting Ecc to HIGH
|
// TODO: Maybe add logo if it doesn't break QR code - requires setting Ecc to HIGH
|
||||||
painter.drawPixmap((w/2)-50, (h/2)-50, 100, 100, QPixmap(":/img/logobig.gif"));
|
painter.drawPixmap((w/2)-50, (h/2)-50, 100, 100, QPixmap(":/img/res/logobig.gif"));
|
||||||
painter.end();
|
painter.end();
|
||||||
|
|
||||||
return pm;
|
return pm;
|
||||||
|
|||||||
Reference in New Issue
Block a user