Update the flow view with new covers when the model adds rows

This commit is contained in:
Luis Ángel San Martín
2023-08-13 11:42:06 +02:00
parent 0024d9afda
commit b2d48a77ca
2 changed files with 11 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public slots:
void saveSplitterStatus();
void applyModelChanges(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles);
void removeItemsFromFlow(const QModelIndex &parent, int from, int to);
void addItemsToFlow(const QModelIndex &parent, int from, int to);
// ComicsView
void setShowMarks(bool show) override;
void selectAll() override;