167:7508e44f4853 | 168:3383117f894b |
---|---|
149 if nick != "": | 149 if nick != "": |
150 self.participantLeft.emit(nick) | 150 self.participantLeft.emit(nick) |
151 | 151 |
152 if connection.isValid(): | 152 if connection.isValid(): |
153 connection.abort() | 153 connection.abort() |
154 | |
155 connection.deleteLater() | |
156 | 154 |
157 def disconnectConnections(self): | 155 def disconnectConnections(self): |
158 """ | 156 """ |
159 Public slot to disconnect from the chat network. | 157 Public slot to disconnect from the chat network. |
160 """ | 158 """ |