Nested groups has been fixed

This commit is contained in:
Arin Alexander
2017-03-06 18:46:16 +03:00
parent cc374c0a38
commit 55364608c3
2 changed files with 15 additions and 3 deletions

View File

@@ -151,6 +151,7 @@ private:
qreal columnHeigth(int columnIndex);
qreal maxColumnHeight();
void renameChildItems(BaseDesignIntf *item);
void renderGroupFooterByHeader(BandDesignIntf *groupHeader);
private:
DataSourceManager* m_datasources;
ScriptEngineContext* m_scriptEngineContext;
@@ -183,7 +184,6 @@ private:
QVector<BandDesignIntf*> m_columnedBandItems;
unsigned long long m_curentNameIndex;
};
} // namespace LimeReport
#endif // LRREPORTRENDER_H