Changeset 762 for trunk/src/gui/dialogs/qprintdialog_unix.cpp
- Timestamp:
- Jul 19, 2010, 4:24:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/dialogs/qprintdialog_unix.cpp
r651 r762 761 761 if (format == QPrinter::PostScriptFormat || format == QPrinter::PdfFormat) { 762 762 QString cur = QDir::currentPath(); 763 #ifndef Q_WS_PM 763 #ifdef Q_WS_PM 764 if (cur.at(cur.length()-1) != QLatin1Char('/')) 765 cur += QLatin1Char('/'); 766 #else 764 767 QString home = QDir::homePath(); 765 768 if (home.at(home.length()-1) != QLatin1Char('/'))
Note:
See TracChangeset
for help on using the changeset viewer.