Fixed some code style issues.

Sun, 03 Jan 2021 17:58:37 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 03 Jan 2021 17:58:37 +0100
changeset 7947
e609e65bbcfd
parent 7946
6901746220fc
child 7948
6cbd0c086887

Fixed some code style issues.

eric6/Documentation/Help/source.qch file | annotate | diff | comparison | revisions
eric6/Documentation/Source/eric6.UI.UserInterface.html file | annotate | diff | comparison | revisions
eric6/Preferences/__init__.py file | annotate | diff | comparison | revisions
eric6/UI/UserInterface.py file | annotate | diff | comparison | revisions
Binary file eric6/Documentation/Help/source.qch has changed
--- a/eric6/Documentation/Source/eric6.UI.UserInterface.html	Sun Jan 03 17:49:38 2021 +0100
+++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html	Sun Jan 03 17:58:37 2021 +0100
@@ -203,11 +203,6 @@
 emitted after the master
         password has been changed with the old and the new password
 </dd>
-<dt>onlineStateChanged(online)</dt>
-<dd>
-emitted to indicate a change of the
-        network state
-</dd>
 <dt>preferencesChanged()</dt>
 <dd>
 emitted after the preferences were changed
--- a/eric6/Preferences/__init__.py	Sun Jan 03 17:49:38 2021 +0100
+++ b/eric6/Preferences/__init__.py	Sun Jan 03 17:58:37 2021 +0100
@@ -1128,8 +1128,7 @@
                     QWebEngineSettings.AllowGeolocationOnInsecureOrigins),
             "AllowWindowActivationFromJavaScript":
                 webEngineSettings.testAttribute(
-                    QWebEngineSettings.AllowWindowActivationFromJavaScript
-                ),
+                    QWebEngineSettings.AllowWindowActivationFromJavaScript),
             "ShowScrollBars": webEngineSettings.testAttribute(
                 QWebEngineSettings.ShowScrollBars),
             "PlaybackRequiresUserGesture":
--- a/eric6/UI/UserInterface.py	Sun Jan 03 17:49:38 2021 +0100
+++ b/eric6/UI/UserInterface.py	Sun Jan 03 17:58:37 2021 +0100
@@ -136,8 +136,6 @@
         name of the menu and a reference to the menu are given.
     @signal masterPasswordChanged(str, str) emitted after the master
         password has been changed with the old and the new password
-    @signal onlineStateChanged(online) emitted to indicate a change of the
-        network state
     """
     appendStderr = pyqtSignal(str)
     appendStdout = pyqtSignal(str)

eric ide

mercurial