diff -r aedc309827c7 -r a28338eaf694 eric6/WebBrowser/FeaturePermissions/FeaturePermissionBar.py --- a/eric6/WebBrowser/FeaturePermissions/FeaturePermissionBar.py Wed Sep 25 18:37:35 2019 +0200 +++ b/eric6/WebBrowser/FeaturePermissions/FeaturePermissionBar.py Wed Sep 25 18:48:22 2019 +0200 @@ -68,8 +68,9 @@ pass try: # this was re-added in Qt 5.13.0 - self.__permissionFeatureTexts[QWebEnginePage.Notifications] = \ - self.tr("{0} wants to use desktop notifications.") + self.__permissionFeatureTexts[ + QWebEnginePage.Notifications] = self.tr( + "{0} wants to use desktop notifications.") except AttributeError: pass @@ -91,8 +92,8 @@ pass try: # this was re-added in Qt 5.13.0 - self.__permissionFeatureIconNames[QWebEnginePage.Notifications] = \ - "notification.png" + self.__permissionFeatureIconNames[ + QWebEnginePage.Notifications] = "notification.png" except AttributeError: pass