fix typo
This commit is contained in:
@@ -100,6 +100,10 @@ void ChatModel::renderChatBox(Ui::MainWindow* ui, QListWidget *view)
|
|||||||
line += QString(c.second.getMemo()) + QString("\n");
|
line += QString(c.second.getMemo()) + QString("\n");
|
||||||
view->addItem(line);
|
view->addItem(line);
|
||||||
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{}
|
}else{}
|
||||||
|
|
||||||
if ((ui->MyZaddr->text().trimmed() == c.second.getAddress()) && (c.second.getMemo().startsWith("{") == false) && (c.second.getMemo().isEmpty() == false)){
|
if ((ui->MyZaddr->text().trimmed() == c.second.getAddress()) && (c.second.getMemo().startsWith("{") == false) && (c.second.getMemo().isEmpty() == false)){
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ class ChatItem
|
|||||||
|
|
||||||
QString getTxid()
|
QString getTxid()
|
||||||
{
|
{
|
||||||
return _cid;
|
return _txid;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isOutgoing()
|
bool isOutgoing()
|
||||||
|
|||||||
Reference in New Issue
Block a user