diff --git a/onionshare_gui/widgets.py b/onionshare_gui/widgets.py index 3b1180b3..58ddd1b5 100644 --- a/onionshare_gui/widgets.py +++ b/onionshare_gui/widgets.py @@ -93,6 +93,10 @@ class MinimumWidthWidget(QtWidgets.QWidget): class Image(qrcode.image.base.BaseImage): + """ + A custom Image class, for use with the QR Code pixmap. + """ + def __init__(self, border, width, box_size): self.border = border self.width = width