mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +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:
|
default:
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
return QWidget::event(e);
|
return QFrame::event(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Add table
Reference in a new issue