Fix 'gb.qt4' compilation.

[GB.QT4]
* BUG: Fix 'gb.qt4' compilation.
This commit is contained in:
Benoît Minisini 2022-05-02 08:14:54 +02:00
parent cd6d80816f
commit 3eb379c447

View file

@ -64,7 +64,7 @@ DECLARE_EVENT(EVENT_Draw);
#define SET_ORIENTATION setOrientation
#define PAGE_FORMAT paperSize
#define SET_PAGE_FORMAT(_format) setPaperSize(_format)
#define PAGE_SIZE paperSize()
#define PAGE_SIZE(_unit) paperSize(_unit)
#define SET_PAGE_SIZE(_size, _unit) setPaperSize(_size, _unit)
#define PRINTER_ORIENTATION QPrinter::Orientation