src/gui/text/qtextdocument.cpp
branchRCL_3
changeset 13 c0432d11811c
parent 4 3b1da2848fc7
equal deleted inserted replaced
12:cc75c76972ee 13:c0432d11811c
  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