WebBrowser/Download/DownloadItem.py

changeset 5526
11337e4fba52
parent 5389
9b1c800daff3
child 5530
93f95c4b3153
--- a/WebBrowser/Download/DownloadItem.py	Thu Feb 16 18:58:58 2017 +0100
+++ b/WebBrowser/Download/DownloadItem.py	Fri Feb 17 18:34:11 2017 +0100
@@ -124,6 +124,7 @@
         if self.__gettingFileName:
             return
         
+        # TODO: Qt 5.8 - add support for QWebEngineDownloadItem.DownloadType
         if qVersion() >= "5.7.0":
             savePage = self.__downloadItem.savePageFormat() != \
                 QWebEngineDownloadItem.UnknownSaveFormat
@@ -196,6 +197,7 @@
                     "")
                 self.__gettingFileName = False
         else:
+            # TODO: Qt 5.8 - maybe format selection is not neccessary
             self.__autoOpen = False
             
             filterList = [

eric ide

mercurial