more error checking, logging and fix some compiler warnings

This commit is contained in:
Duke Leto
2021-12-21 12:37:13 -05:00
parent 3f9fc49207
commit cbc77e9d58
6 changed files with 32 additions and 41 deletions

View File

@@ -304,6 +304,7 @@ void AddressBook::open(MainWindow* parent, QLineEdit* target)
});
auto fnSetTargetLabelAddr = [=] (QLineEdit* target, QString label, QString addr, QString myAddr, QString cid, QString avatar) {
qDebug() << __func__ << ": label=" << label << " cid=" << cid << " avatar=" << avatar;
target->setText(label % "/" % addr % myAddr);
};