src/eric7/WebBrowser/WebBrowserView.py

branch
pdf_viewer
changeset 9722
63135ab601e7
parent 9682
e89a7f82ca92
child 10069
435cc5875135
equal deleted inserted replaced
9714:2a3c6f6f88b6 9722:63135ab601e7
2357 ########################################################################### 2357 ###########################################################################
2358 ## Methods below implement slots for Qt 6.4+ 2358 ## Methods below implement slots for Qt 6.4+
2359 ########################################################################### 2359 ###########################################################################
2360 2360
2361 with contextlib.suppress(TypeError): 2361 with contextlib.suppress(TypeError):
2362
2362 @pyqtSlot("QWebEngineFileSystemAccessRequest") 2363 @pyqtSlot("QWebEngineFileSystemAccessRequest")
2363 def __fileSystemAccessRequested(self, accessRequest): 2364 def __fileSystemAccessRequested(self, accessRequest):
2364 """ 2365 """
2365 Private slot to handle file system access requests of the web page. 2366 Private slot to handle file system access requests of the web page.
2366 2367

eric ide

mercurial