0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00

Comments have been removed

This commit is contained in:
Arin Alex 2024-07-25 18:36:41 +03:00
parent 7c7157417a
commit f171b906eb
3 changed files with 0 additions and 16 deletions

View File

@ -238,18 +238,4 @@ void HorizontalLayout::placeItemInLayout(BaseDesignIntf* item)
item->setPos(0, 0);
}
// void HorizontalLayout::insertItemInLayout(BaseDesignIntf* item)
// {
// bool inserted = false;
// for (int i=0; i<layoutsChildren().length(); ++i){
// BaseDesignIntf* child = layoutsChildren()[i];
// if (child->pos() == item->pos()){
// layoutsChildren().insert(i, item);
// inserted = true;
// break;
// }
// }
// if (!inserted) layoutsChildren().append(item);
// }
} // namespace LimeReport

View File

@ -62,7 +62,6 @@ private:
void sortChildren();
void divideSpace();
void placeItemInLayout(BaseDesignIntf* item);
// void insertItemInLayout(BaseDesignIntf* item);
};
} //namespace LimeReport

View File

@ -27,7 +27,6 @@ private:
void sortChildren();
void divideSpace();
void placeItemInLayout(BaseDesignIntf* item);
// void insertItemInLayout(BaseDesignIntf* item);
};
} // namespace LimeReport