We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e0d83 commit e84b4a8Copy full SHA for e84b4a8
src/DockContainerWidget.h
@@ -130,7 +130,7 @@ class ADS_EXPORT CDockContainerWidget : public QFrame
130
/**
131
* Adds the given dock area to this container widget
132
*/
133
- void addDockArea(CDockAreaWidget* DockAreaWidget, DockWidgetArea area = CenterDockWidgetArea);
+ void addDockArea(CDockAreaWidget* DockAreaWidget, DockWidgetArea area = ads::CenterDockWidgetArea);
134
135
136
* Removes the given dock area from this container
0 commit comments