298 """ |
298 """ |
299 Private slot to edit the network configuration. |
299 Private slot to edit the network configuration. |
300 """ |
300 """ |
301 from .IrcNetworkListDialog import IrcNetworkListDialog |
301 from .IrcNetworkListDialog import IrcNetworkListDialog |
302 |
302 |
303 dlg = IrcNetworkListDialog(self.__ircNetworkManager, self) |
303 dlg = IrcNetworkListDialog(self.__ircNetworkManager, parent=self) |
304 dlg.exec() |
304 dlg.exec() |
305 |
305 |
306 def __networkDataChanged(self): |
306 def __networkDataChanged(self): |
307 """ |
307 """ |
308 Private slot handling changes of the network and identity definitions. |
308 Private slot handling changes of the network and identity definitions. |