Opened 18 years ago
Last modified 17 years ago
#41 new defect
Add QPrinter class
| Reported by: | rudi | Owned by: | dmik | 
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | kernel | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | 
Description
In order to build some of the tools (Assistant, Linguist), the QPrinter class is required.
I've created a dummy for that. This class doesn't do anything. It's just there to be able to remove QT_NO_PRINTER from CONFIGURE.CMD wich is neccessary to build OS/2 versions of the mentioned tools.
Attachments (2)
Change History (4)
by , 18 years ago
| Attachment: | qprinter.zip added | 
|---|
comment:1 by , 17 years ago
From froloff
I didn't find QPrinter class proposed by Rudiger very useful, and propose to comment out the printer code with
#ifndef QT_NO_PRINTER #else #endif
in the tools code instead.
by , 17 years ago
  Note:
 See   TracTickets
 for help on using tickets.
    
QPrinter dummy, derived from qt-win