ui/qt/window.cpp

changeset 112
c3f2f16fa4b8
parent 109
c3dfcb8f0be7
--- a/ui/qt/window.cpp	Sat Oct 04 14:54:25 2025 +0200
+++ b/ui/qt/window.cpp	Sun Oct 19 21:20:08 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