Unify cross-compiled windows build

This commit is contained in:
Aditya Kulkarni
2018-10-30 16:25:29 -07:00
parent 75e755707c
commit 0a8b3f61b3
3 changed files with 54 additions and 46 deletions

View File

@@ -13,7 +13,7 @@ QSize QRCodeLabel::sizeHint() const
return QSize(w, w); // 1:1
}
void QRCodeLabel::resizeEvent(QResizeEvent * e)
void QRCodeLabel::resizeEvent(QResizeEvent*)
{
if(!address.isEmpty())
QLabel::setPixmap(scaledPixmap());