53 |
53 |
54 def __init__(self, engine, parent=None): |
54 def __init__(self, engine, parent=None): |
55 """ |
55 """ |
56 Constructor |
56 Constructor |
57 |
57 |
58 @param engine reference to the help engine (QHelpEngine) |
58 @param engine reference to the help engine |
59 @param parent reference to the parent object (QObject) |
59 @type QHelpEngine |
|
60 @param parent reference to the parent object |
|
61 @type QObject |
60 """ |
62 """ |
61 super().__init__(parent) |
63 super().__init__(parent) |
62 |
64 |
63 self.__proxyFactory = EricNetworkProxyFactory() |
65 self.__proxyFactory = EricNetworkProxyFactory() |
64 if Preferences.getUI("UseSystemProxy"): |
66 if Preferences.getUI("UseSystemProxy"): |