remove default QListView::event() reimplementation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-03-23 14:45:18 +00:00
parent f650eae2f9
commit 2b96b1f450
2 changed files with 0 additions and 10 deletions

View file

@ -1595,14 +1595,6 @@ bool QListView::isSelectionRectVisible() const
return d->isSelectionRectVisible();
}
/*!
\reimp
*/
bool QListView::event(QEvent *e)
{
return QAbstractItemView::event(e);
}
/*
* private object implementation
*/

View file

@ -131,8 +131,6 @@ Q_SIGNALS:
protected:
QListView(QListViewPrivate &, QWidget *parent = Q_NULLPTR);
bool event(QEvent *e);
void scrollContentsBy(int dx, int dy);
void resizeContents(int width, int height);