Tue, 19 Feb 2019 19:03:47 +0100
Fixed some code style issues (lines too long).
Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py | file | annotate | diff | comparison | revisions | |
WebBrowser/WebBrowserPage.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Tue Feb 19 19:03:27 2019 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Tue Feb 19 19:03:47 2019 +0100 @@ -265,8 +265,8 @@ str)) """ (excludeMessages, includeMessages, repeatMessages, fixCodes, noFixCodes, - fixIssues, maxLineLength, maxDocLineLength, blankLines, hangClosing, docType, - codeComplexityArgs, miscellaneousArgs, errors, eol, encoding, + fixIssues, maxLineLength, maxDocLineLength, blankLines, hangClosing, + docType, codeComplexityArgs, miscellaneousArgs, errors, eol, encoding, backup) = args stats = {}
--- a/WebBrowser/WebBrowserPage.py Tue Feb 19 19:03:27 2019 +0100 +++ b/WebBrowser/WebBrowserPage.py Tue Feb 19 19:03:47 2019 +0100 @@ -554,7 +554,8 @@ @pyqtSlot("QWebEngineRegisterProtocolHandlerRequest") def __registerProtocolHandlerRequested(self, request): """ - Private slot to handle the registration of a custom protocol handler. + Private slot to handle the registration of a custom protocol + handler. @param request reference to the registration request @type QWebEngineRegisterProtocolHandlerRequest