Hi,
Someone knows because the macro QT_NO_PRINTER does not have effect in the Qt 4.6.
Even though haven't a printer defined in the Window$ the routine is executed.
i.e:
#ifndef QT_NO_PRINTER
// print text
// this code always is performed even without definite printer
#else
// no printer definined
#endif
#ifndef QT_NO_PRINTER
// print text
// this code always is performed even without definite printer
#else
// no printer definined
#endif
To copy to clipboard, switch view to plain text mode
Thanks in advance
Bookmarks