Added QObject to MiniActuator.
This commit is contained in:
@@ -495,7 +495,7 @@ class ReceivePopup(QDialog):
|
|||||||
QCursor.setPos(center_mouse_pos)
|
QCursor.setPos(center_mouse_pos)
|
||||||
self.show()
|
self.show()
|
||||||
|
|
||||||
class MiniActuator:
|
class MiniActuator(QObject):
|
||||||
"""Initialize the definitions relating to themes and
|
"""Initialize the definitions relating to themes and
|
||||||
sending/recieving bitcoins.
|
sending/recieving bitcoins.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user