mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 06:40:14 +00:00
commit
6963b1f375
@ -228,7 +228,7 @@ QModelIndex GridView::indexAt(const QPoint &point_) const
|
|||||||
return QModelIndex();
|
return QModelIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GridView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)
|
void GridView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles)
|
||||||
{
|
{
|
||||||
m_hashIsDirty = true;
|
m_hashIsDirty = true;
|
||||||
QAbstractItemView::dataChanged(topLeft, bottomRight);
|
QAbstractItemView::dataChanged(topLeft, bottomRight);
|
||||||
|
@ -57,7 +57,7 @@ signals:
|
|||||||
void visibleItemsChangedMaybe() const;
|
void visibleItemsChangedMaybe() const;
|
||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
|
void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles = QVector<int>());
|
||||||
void rowsInserted(const QModelIndex &parent, int start, int end);
|
void rowsInserted(const QModelIndex &parent, int start, int end);
|
||||||
void rowsRemoved(const QModelIndex &parent, int start, int end);
|
void rowsRemoved(const QModelIndex &parent, int start, int end);
|
||||||
void updateGeometries();
|
void updateGeometries();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user