mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 03:29:49 +03:00
Abstract layout has been changed
This commit is contained in:
@@ -351,7 +351,7 @@ void AbstractLayout::setHideEmptyItems(bool hideEmptyItems)
|
||||
}
|
||||
}
|
||||
|
||||
BaseDesignIntf *AbstractLayout::at(int index)
|
||||
QObject* AbstractLayout::at(int index)
|
||||
{
|
||||
rebuildChildrenIfNeeded();
|
||||
if (layoutsChildren().size() > index) return layoutsChildren()[index];
|
||||
|
Reference in New Issue
Block a user