--- a/WebBrowser/Tools/FilePrinter.py Mon Oct 17 19:51:51 2016 +0200 +++ b/WebBrowser/Tools/FilePrinter.py Mon Oct 17 19:59:52 2016 +0200 @@ -22,6 +22,7 @@ _FilePrintJobs = [] + class FilePrinter(object): """ Class implementing methods for printing on *nix systems. @@ -110,7 +111,7 @@ def _doPrintFile(self, printer, fileName, fileDeletePolicy, pageSelectPolicy, pageRange): """ - Protected method to print a file + Protected method to print a file. @param printer reference to the printer to print to @type QPrinter @@ -573,4 +574,3 @@ if fp._doPrintFile(printer, fileName, fileDeletePolicy, pageSelectPolicy, pageRange): _FilePrintJobs.append(fp) -