Ehm, is the "Header :-" your own? Because if so, you don't have to declare PrinterMode and QPrinter printer(...);
Ehm, is the "Header :-" your own? Because if so, you don't have to declare PrinterMode and QPrinter printer(...);
After Commented the declaration of
enum PrinterMode {ScreenResolution,PrinterResolution,HighResolution };
// QPrinter *printer(QPrinter::HighResolution);
QPrinter printer(PrinterMode PrintMode);
I am facing the same problem. should i send the full code .
Bookmarks