diff -r 749a8a36d74b -r 4b2202df31ec ui/qt/container.h --- a/ui/qt/container.h Sun Dec 07 11:27:44 2025 +0100 +++ b/ui/qt/container.h Sun Dec 07 11:51:01 2025 +0100 @@ -39,6 +39,7 @@ #include #include #include +#include #define ui_obj_container(obj) (UiContainerPrivate*)((UiContainerX*)obj->container_end)->container @@ -54,6 +55,8 @@ public: QBoxLayout *box; bool hasStretchedWidget = false; + bool singleChild = false; + bool hasChild = false; QSpacerItem *space; QBoxLayout::Direction direction;