This commit is contained in:
DenioD
2020-05-01 13:42:25 +02:00
parent 4afd49d0a7
commit 4f4ec7cd31
2 changed files with 5 additions and 1 deletions

View File

@@ -100,6 +100,10 @@ void ChatModel::renderChatBox(Ui::MainWindow* ui, QListWidget *view)
line += QString(c.second.getMemo()) + QString("\n");
view->addItem(line);
line ="";
////////////////////////////////// Todo : Render green checkmark for contacts if cid = cid - We have to search for cid in txid/cid list
QString cid = c.second.getCid();
}else{}
if ((ui->MyZaddr->text().trimmed() == c.second.getAddress()) && (c.second.getMemo().startsWith("{") == false) && (c.second.getMemo().isEmpty() == false)){