Opened 16 years ago

Last modified 16 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 16 years ago.
QPrinter dummy, derived from qt-win
tools.zip (25.1 KB) - added by komh 16 years ago.

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by rudi

Attachment: qprinter.zip added

QPrinter dummy, derived from qt-win

comment:1 Changed 16 years ago by komh

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.

Changed 16 years ago by komh

Attachment: tools.zip added

comment:2 Changed 16 years ago by komh

tools.zip contain changed sources

Note: See TracTickets for help on using tickets.