mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix a compiler error with older compilers.
This commit is contained in:
@@ -76,7 +76,7 @@ DockTabWidget::DockTabWidget(QWidget *parent) :
|
|||||||
}
|
}
|
||||||
|
|
||||||
DockTabWidget::DockTabWidget(DockTabWidget *other, QWidget *parent) :
|
DockTabWidget::DockTabWidget(DockTabWidget *other, QWidget *parent) :
|
||||||
DockTabWidget(parent)
|
QTabWidget(parent)
|
||||||
{
|
{
|
||||||
setFloatingBaseWidget(other->floatingBaseWidget());
|
setFloatingBaseWidget(other->floatingBaseWidget());
|
||||||
setFloatingEnabled(other->isFloatingEnabled());
|
setFloatingEnabled(other->isFloatingEnabled());
|
||||||
|
|||||||
Reference in New Issue
Block a user