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