Opened 17 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)

qprinter.zip (31.3 KB ) - added by rudi 17 years ago.
QPrinter dummy, derived from qt-win
tools.zip (25.1 KB ) - added by komh 17 years ago.

Download all attachments as: .zip

Change History (4)

by rudi, 17 years ago

Attachment: qprinter.zip added

QPrinter dummy, derived from qt-win

comment:1 by komh, 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 komh, 17 years ago

Attachment: tools.zip added

comment:2 by komh, 17 years ago

tools.zip contain changed sources

Note: See TracTickets for help on using tickets.