Browse Source

switch back to getAllContactRequests for rendering

pull/130/head
DenioD 4 years ago
parent
commit
b40b482b32
  1. 2
      src/chatmodel.cpp

2
src/chatmodel.cpp

@ -97,7 +97,7 @@ void MainWindow::renderContactRequest(){
QStandardItemModel* contactRequest = new QStandardItemModel();
{
for (auto &c : DataStore::getChatDataStore()->getAllRawChatItems())
for (auto &c : DataStore::getChatDataStore()->getAllContactRequests())
{
QStandardItem* Items = new QStandardItem(c.second.getAddress());

Loading…
Cancel
Save