Fix a compiler error with older compilers.

REL-1_X
Neel Patel 2017-07-11 09:14:53 +01:00 committed by Dave Page
parent 6ad4a623c4
commit c93aa3810d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ DockTabWidget::DockTabWidget(QWidget *parent) :
}
DockTabWidget::DockTabWidget(DockTabWidget *other, QWidget *parent) :
DockTabWidget(parent)
QTabWidget(parent)
{
setFloatingBaseWidget(other->floatingBaseWidget());
setFloatingEnabled(other->isFloatingEnabled());