fix typo
This commit is contained in:
@@ -166,7 +166,7 @@ void AddressBook::open(MainWindow* parent, QLineEdit* target)
|
|||||||
// Add new address button
|
// Add new address button
|
||||||
QObject::connect(ab.addNew, &QPushButton::clicked, [&] () {
|
QObject::connect(ab.addNew, &QPushButton::clicked, [&] () {
|
||||||
auto addr = ab.addr->text().trimmed();
|
auto addr = ab.addr->text().trimmed();
|
||||||
auto myAddr = ab.addr->text().trimmed();
|
auto myAddr = ab.addr_chat->text().trimmed();
|
||||||
QString newLabel = ab.label->text();
|
QString newLabel = ab.label->text();
|
||||||
QString cid = QUuid::createUuid().toString(QUuid::WithoutBraces);
|
QString cid = QUuid::createUuid().toString(QUuid::WithoutBraces);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user