Indicate that all columns changed
This commit is contained in:
parent
58b7f60ce5
commit
0dd471cb40
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ void ArtModel::finished()
|
|||
return a.date > b.date;
|
||||
});
|
||||
|
||||
Q_EMIT dataChanged(index(0, 0), index(m_artPieces.size(), 0));
|
||||
Q_EMIT dataChanged(index(0, 0), index(m_artPieces.size(), 3));
|
||||
|
||||
Q_EMIT loadingFinished();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue