OSDN Git Service

since QSplitter is derived from QFrame, call QFrame::event
authorIvailo Monev <xakepa10@laimg.moc>
Mon, 27 May 2019 21:00:32 +0000 (21:00 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Mon, 27 May 2019 21:00:32 +0000 (21:00 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/gui/widgets/qsplitter.cpp

index fa2863f..8adfc0e 100644 (file)
@@ -1281,7 +1281,7 @@ bool QSplitter::event(QEvent *e)
     default:
         ;
     }
-    return QWidget::event(e);
+    return QFrame::event(e);
 }
 
 /*!