From 9b0510da508cdfdc4b5b1b2de73349873067412b Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 16 Feb 2020 07:28:19 -0500 Subject: [PATCH] Add some debug --- src/addressbook.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/addressbook.cpp b/src/addressbook.cpp index 616021f..dace9ba 100644 --- a/src/addressbook.cpp +++ b/src/addressbook.cpp @@ -328,6 +328,7 @@ QString AddressBook::writeableFile() { // Add a new address/label to the database void AddressBook::addAddressLabel(QString label, QString address, QString myzaddr) { + qDebug() << "Adding " << label << "=" << address << "," << myzaddr; Q_ASSERT(Settings::isValidAddress(address)); // First, remove any existing label