mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove default QListView::event() reimplementation
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
f650eae2f9
commit
2b96b1f450
2 changed files with 0 additions and 10 deletions
|
@ -1595,14 +1595,6 @@ bool QListView::isSelectionRectVisible() const
|
|||
return d->isSelectionRectVisible();
|
||||
}
|
||||
|
||||
/*!
|
||||
\reimp
|
||||
*/
|
||||
bool QListView::event(QEvent *e)
|
||||
{
|
||||
return QAbstractItemView::event(e);
|
||||
}
|
||||
|
||||
/*
|
||||
* private object implementation
|
||||
*/
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue