0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-20 06:30:03 +03:00

print process has been fixed

This commit is contained in:
Arin Alexander
2019-10-14 23:47:14 +03:00
parent f65a51416c
commit eaf921501f
4 changed files with 15 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ namespace LimeReport {
PageItemDesignIntf *pageItem();
void setPageItem(PageItemDesignIntf::Ptr pageItem);
void setPageItems(QList<PageItemDesignIntf::Ptr> pages);
void removePageItem(PageItemDesignIntf::Ptr pageItem);
QList<PageItemDesignIntf::Ptr> pageItems(){return m_reportPages;}
bool isItemInsertMode();