eric7/E5Gui/E5ProgressDialog.py

branch
eric7
changeset 8333
12948ec78ca0
parent 8322
b422b4e77d19
diff -r 5aa4c295f1eb -r 12948ec78ca0 eric7/E5Gui/E5ProgressDialog.py
--- a/eric7/E5Gui/E5ProgressDialog.py	Thu May 20 19:16:07 2021 +0200
+++ b/eric7/E5Gui/E5ProgressDialog.py	Thu May 20 19:16:58 2021 +0200
@@ -30,7 +30,7 @@
         @param flags window flags of the dialog (Qt.WindowFlags)
         """
         if flags is None:
-            flags = Qt.WindowFlag(0)
+            flags = Qt.WindowType(0)
         super().__init__(
             labelText, cancelButtonText, minimum, maximum, parent, flags)
         

eric ide

mercurial