mirror of
https://github.com/fralx/LimeReport.git
synced 2025-01-12 09:31:04 +03:00
Finish 1.5.16
This commit is contained in:
commit
86d9f50952
@ -233,6 +233,7 @@ signals:
|
|||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void cancelRender();
|
void cancelRender();
|
||||||
|
void cancelPrinting();
|
||||||
protected:
|
protected:
|
||||||
ReportEnginePrivate * const d_ptr;
|
ReportEnginePrivate * const d_ptr;
|
||||||
ReportEngine(ReportEnginePrivate &dd, QObject * parent=0);
|
ReportEngine(ReportEnginePrivate &dd, QObject * parent=0);
|
||||||
|
@ -233,6 +233,7 @@ signals:
|
|||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void cancelRender();
|
void cancelRender();
|
||||||
|
void cancelPrinting();
|
||||||
protected:
|
protected:
|
||||||
ReportEnginePrivate * const d_ptr;
|
ReportEnginePrivate * const d_ptr;
|
||||||
ReportEngine(ReportEnginePrivate &dd, QObject * parent=0);
|
ReportEngine(ReportEnginePrivate &dd, QObject * parent=0);
|
||||||
|
Loading…
Reference in New Issue
Block a user