added missing doc

This commit is contained in:
Andreas Preikschat 2011-02-07 18:27:38 +01:00
parent 5410d8dfd1
commit 9dec924f98
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ class PrintServiceOrderForm(QtGui.QDialog, Ui_PrintServiceOrderDialog):
def paintRequested(self, printer):
"""
Paint the preview of the *self.document*.
``printer``
A *QPrinter* object.
"""
self.document.print_(printer)