Add namespace to default argument for python bindings (#492)

This commit is contained in:
Nicolas Elie 2023-03-06 14:53:43 +01:00 committed by GitHub
parent 46e0d832f8
commit e84b4a8146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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