switch back to getAllContactRequests for rendering

This commit is contained in:
DenioD
2020-05-14 14:22:26 +02:00
parent ac2e27d2f7
commit b40b482b32

View File

@@ -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());