mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Add namespace to default argument for python bindings (#492)
This commit is contained in:
parent
46e0d832f8
commit
e84b4a8146
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user