ui/qt/window.cpp

changeset 827
eae5b817aa47
parent 822
54e43e4efac2
child 957
774ee4d7bb1f
--- a/ui/qt/window.cpp	Fri Oct 10 09:05:11 2025 +0200
+++ b/ui/qt/window.cpp	Fri Oct 10 09:06:06 2025 +0200
@@ -62,7 +62,7 @@
     QWidget *boxWidget = new QWidget();
     boxWidget->setLayout(box);
     window->setCentralWidget(boxWidget);
-    ui_container_add(obj, new UiBoxContainer(box));
+    ui_obj_add_container(obj, new UiBoxContainer(box));
     if(sidebar) {
         QDockWidget *dock = new QDockWidget();
         window->addDockWidget(Qt::LeftDockWidgetArea, dock);

mercurial