--- a/WebBrowser/FeaturePermissions/FeaturePermissionBar.py Wed Jul 13 09:44:59 2016 +0200 +++ b/WebBrowser/FeaturePermissions/FeaturePermissionBar.py Wed Jul 13 11:02:28 2016 +0200 @@ -45,9 +45,6 @@ self.__manager = manager self.__permissionFeatureTexts = { - # TODO: Qt 5.7? -## QWebEnginePage.Notifications: -## self.tr("{0} wants to use desktop notifications."), QWebEnginePage.Geolocation: self.tr("{0} wants to use your position."), QWebEnginePage.MediaAudioCapture: @@ -60,8 +57,6 @@ self.tr("{0} wants to lock your mouse."), } self.__permissionFeatureIconNames = { - # TODO: Qt 5.7? -## QWebEnginePage.Notifications: "notification.png", QWebEnginePage.Geolocation: "geolocation.png", QWebEnginePage.MediaAudioCapture: "audiocapture.png", QWebEnginePage.MediaVideoCapture: "camera.png",