Spliting band has been fixed

This commit is contained in:
Arin Alex
2016-08-08 15:50:44 +03:00
parent 4970b09327
commit 1320c6f8ee
2 changed files with 16 additions and 2 deletions

View File

@@ -268,6 +268,7 @@ private:
bool m_startFromNewPage;
bool m_printAlways;
bool m_repeatOnEachRow;
QMap<QString,BaseDesignIntf*> m_slicedItems;
};
class DataBandDesignIntf : public BandDesignIntf{