mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
since QSplitter is derived from QFrame, call QFrame::event
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
43f8a30f02
commit
bd128f432d
1 changed files with 1 additions and 1 deletions
|
@ -1281,7 +1281,7 @@ bool QSplitter::event(QEvent *e)
|
|||
default:
|
||||
;
|
||||
}
|
||||
return QWidget::event(e);
|
||||
return QFrame::event(e);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue