mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-24 16:18:04 +03:00
createPreviewScene(QObject *parent = 0); from now return QGraphicsScene*
This commit is contained in:
@@ -147,7 +147,7 @@ public:
|
||||
}
|
||||
|
||||
void clearReport();
|
||||
bool printReport(QPrinter *printer=0);
|
||||
bool printReport(QPrinter* printer=0);
|
||||
bool printReport(QMap<QString, QPrinter*>printers, bool printToAllPrinters);
|
||||
bool printPages(ReportPages pages, QPrinter *printer);
|
||||
void printToFile(const QString& fileName);
|
||||
|
||||
Reference in New Issue
Block a user