Fix a compiler error with older compilers.
parent
6ad4a623c4
commit
c93aa3810d
|
@ -76,7 +76,7 @@ DockTabWidget::DockTabWidget(QWidget *parent) :
|
|||
}
|
||||
|
||||
DockTabWidget::DockTabWidget(DockTabWidget *other, QWidget *parent) :
|
||||
DockTabWidget(parent)
|
||||
QTabWidget(parent)
|
||||
{
|
||||
setFloatingBaseWidget(other->floatingBaseWidget());
|
||||
setFloatingEnabled(other->isFloatingEnabled());
|
||||
|
|
Loading…
Reference in New Issue