added missing layoutChanged() to model

This commit is contained in:
csoler 2019-08-24 10:21:11 +02:00
parent 978ce82243
commit 8a7722388a
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -154,6 +154,7 @@ void RsFriendListModel::preMods()
}
void RsFriendListModel::postMods()
{
emit layoutChanged();
emit dataChanged(createIndex(0,0,(void*)NULL), createIndex(mTopLevel.size()-1,COLUMN_THREAD_NB_COLUMNS-1,(void*)NULL));
}