src/gui/text/qtextdocument.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 25 e24348a560a6
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
  1629     }
  1629     }
  1630 
  1630 
  1631     painter->restore();
  1631     painter->restore();
  1632 }
  1632 }
  1633 
  1633 
  1634 extern int qt_defaultDpi();
  1634 Q_GUI_EXPORT extern int qt_defaultDpi();
  1635 
  1635 
  1636 /*!
  1636 /*!
  1637     Prints the document to the given \a printer. The QPrinter must be
  1637     Prints the document to the given \a printer. The QPrinter must be
  1638     set up before being used with this function.
  1638     set up before being used with this function.
  1639 
  1639