Happy 2021
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Copyright 2019-2021 The Hush developers
|
||||
// Released under the GPLv3
|
||||
#include "qrcodelabel.h"
|
||||
|
||||
QRCodeLabel::QRCodeLabel(QWidget *parent) :
|
||||
@@ -54,4 +56,4 @@ QPixmap QRCodeLabel::scaledPixmap() const {
|
||||
void QRCodeLabel::setQrcodeString(QString stra) {
|
||||
str = stra;
|
||||
QLabel::setPixmap(scaledPixmap());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user