Skip to content
Snippets Groups Projects
Commit f0c88fc4 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Get member info loading working

parent a76fc7d2
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,10 @@ InviteesModel::addUser(QString mxid)
auto invitee = new Invitee{mxid, this};
connect(invitee, &Invitee::userInfoLoaded, this, [this]() {
emit dataChanged(QModelIndex{}, QModelIndex{});
endInsertRows();
});
invitees_.push_back(invitee);
endInsertRows();
}
QHash<int, QByteArray>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment