diff -r 39dfcee7e588 -r 342819f05839 eric6/UI/UserInterface.py --- a/eric6/UI/UserInterface.py Sun May 05 18:56:46 2019 +0200 +++ b/eric6/UI/UserInterface.py Mon May 06 18:46:08 2019 +0200 @@ -725,6 +725,15 @@ if interval > 0: QApplication.setKeyboardInputInterval(interval) + def networkAccessManager(self): + """ + Public method to get a reference to the network access manager object. + + @return reference to the network access manager object + @rtype QNetworkAccessManager + """ + return self.__networkManager + def __createLayout(self, debugServer): """ Private method to create the layout of the various windows.