src/eric7/Network/IRC/IrcWidget.py

branch
eric7
changeset 11006
a671918232f3
parent 10928
46651e194fbe
child 11090
f5f5f5803935
equal deleted inserted replaced
11005:b918c6c2736b 11006:a671918232f3
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.

eric ide

mercurial