mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
WIP
This commit is contained in:
@@ -93,7 +93,7 @@ void ObjectPropItem::appendItem(ObjectPropItem *item){
|
||||
|
||||
void ObjectPropItem::sortItem()
|
||||
{
|
||||
qSort(m_childItems.begin(), m_childItems.end(), lesThen);
|
||||
std::sort(m_childItems.begin(), m_childItems.end(), lesThen);
|
||||
}
|
||||
|
||||
QVariant ObjectPropItem::propertyValue() const {
|
||||
|
||||
Reference in New Issue
Block a user