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:
Qt Code:
  1. #ifndef QT_NO_PRINTER
  2. // print text
  3. // this code always is performed even without definite printer
  4. #else
  5. // no printer definined
  6. #endif
To copy to clipboard, switch view to plain text mode 

Thanks in advance