since QSplitter is derived from QFrame, call QFrame::event

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-05-27 21:00:32 +00:00
parent 43f8a30f02
commit bd128f432d

View file

@ -1281,7 +1281,7 @@ bool QSplitter::event(QEvent *e)
default:
;
}
return QWidget::event(e);
return QFrame::event(e);
}
/*!