mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 08:19:28 -05:00
Add code documentation
This commit is contained in:
parent
faae3d58d2
commit
ce0d21bb7a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user