src/eric7/WebBrowser/WebBrowserPage.py

branch
eric7
changeset 10237
17ab17a3e6b3
parent 10069
435cc5875135
child 10240
cbd566d49a88
--- a/src/eric7/WebBrowser/WebBrowserPage.py	Tue Oct 10 18:05:17 2023 +0200
+++ b/src/eric7/WebBrowser/WebBrowserPage.py	Wed Oct 11 15:44:59 2023 +0200
@@ -474,6 +474,7 @@
         @return flag indicating a successful print job
         @rtype bool
         """
+        # FIXME: replace this logic with QWebEngineView.print(printer)
         loop = QEventLoop()
         resultDict = {"res": None}
         QTimer.singleShot(timeout, loop.quit)

eric ide

mercurial