created docstring for miniActuator
This commit is contained in:
@@ -480,7 +480,11 @@ class ReceivePopup(QDialog):
|
|||||||
self.show()
|
self.show()
|
||||||
|
|
||||||
class MiniActuator:
|
class MiniActuator:
|
||||||
|
"""Initialize the definitions for all the menubar functions and
|
||||||
|
sending/recieving bitcoins.
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
def __init__(self, wallet):
|
def __init__(self, wallet):
|
||||||
"""Retrieve the gui theme used in previous session."""
|
"""Retrieve the gui theme used in previous session."""
|
||||||
self.wallet = wallet
|
self.wallet = wallet
|
||||||
|
|||||||
Reference in New Issue
Block a user