merge and ui update - for debug

This commit is contained in:
DenioD
2020-05-01 19:36:38 +02:00
parent 95638a25fd
commit 6ddb6855d4
4 changed files with 6 additions and 4 deletions

View File

@@ -168,9 +168,9 @@ void AddressBook::open(MainWindow* parent, QLineEdit* target)
auto addr = ab.addr->text().trimmed();
auto myAddr = ab.addr_chat->text().trimmed();
QString newLabel = ab.label->text();
QString cid = QUuid::createUuid().toString(QUuid::WithoutBraces);
// QString cid = QUuid::createUuid().toString(QUuid::WithoutBraces);
QString cid = ab.cid->text();
if (addr.isEmpty() || newLabel.isEmpty())
{