Minor refactoring

This commit is contained in:
Sergio Martins
2020-02-25 22:53:28 +00:00
parent a286432176
commit 3f732e91a7
3 changed files with 11 additions and 5 deletions

View File

@@ -550,6 +550,7 @@ private:
* When this MultiSplitter is resized, it gives or steals the less/extra space evenly through
* all widgets.
**/
void redistributeSpace();
void redistributeSpace(QSize oldSize, QSize newSize);
void redistributeSpace_recursive(Anchor *fromAnchor, int minAnchorPos);