1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Add namespace to default argument for python bindings

This commit is contained in:
Nicolas ELIE 2023-03-06 11:45:14 +01:00
parent 82695d1b3d
commit c64bf89647

View File

@ -130,7 +130,7 @@ protected:
/** /**
* Adds the given dock area to this container widget * Adds the given dock area to this container widget
*/ */
void addDockArea(CDockAreaWidget* DockAreaWidget, DockWidgetArea area = CenterDockWidgetArea); void addDockArea(CDockAreaWidget* DockAreaWidget, DockWidgetArea area = ads::CenterDockWidgetArea);
/** /**
* Removes the given dock area from this container * Removes the given dock area from this container