forked from openlp/openlp
Added calls to new functions
This commit is contained in:
parent
471d5f4608
commit
08848a14e7
@ -166,7 +166,9 @@ class PJLink(QtNetwork.QTcpSocket):
|
|||||||
'PJLINK': self.check_login,
|
'PJLINK': self.check_login,
|
||||||
'POWR': self.process_powr,
|
'POWR': self.process_powr,
|
||||||
'SNUM': self.process_snum,
|
'SNUM': self.process_snum,
|
||||||
'SVER': self.process_sver
|
'SVER': self.process_sver,
|
||||||
|
'RFIL': self.process_rfil,
|
||||||
|
'RLMP': self.process_rlmp
|
||||||
}
|
}
|
||||||
|
|
||||||
def reset_information(self):
|
def reset_information(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user