Changeset 516 for trunk/examples/dialogs/licensewizard/licensewizard.cpp
- Timestamp:
- Feb 4, 2010, 8:08:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/dialogs/licensewizard/licensewizard.cpp
r2 r516 352 352 void ConclusionPage::printButtonClicked() 353 353 { 354 #ifndef QT_NO_PRINTER 354 355 QPrinter printer; 355 356 QPrintDialog dialog(&printer, this); … … 358 359 tr("As an environmentally friendly measure, the " 359 360 "license text will not actually be printed.")); 360 } 361 #endif 362 }
Note:
See TracChangeset
for help on using the changeset viewer.