Changeset 574 for trunk/src/gui/painting/qpdf.cpp
- Timestamp:
- Feb 17, 2010, 9:58:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qpdf.cpp
r573 r574 1684 1684 outDevice = new QFile(); 1685 1685 static_cast<QFile *>(outDevice)->open(ret.first, QIODevice::WriteOnly); 1686 // save fd to get the temporary file closed in closePrintDevice() 1687 fd = ret.first; 1686 1688 #endif 1687 1689 #ifndef QT_NO_LPR
Note:
See TracChangeset
for help on using the changeset viewer.