Moving more of the logic into ShareMode, but still have much more testing to do

This commit is contained in:
Micah Lee 2018-04-23 22:08:51 -07:00
parent 26c1bb1d06
commit 3566c2fcb3
4 changed files with 219 additions and 167 deletions

View file

@ -28,3 +28,9 @@ class ReceiveMode(QtWidgets.QWidget):
def __init__(self, common):
super(ReceiveMode, self).__init__()
self.common = common
def timer_callback(self):
"""
This method is called regularly on a timer while receive mode is active.
"""
pass