You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// QuestionDialog qdlg{tr("Question"), tr("Cannot find history for the selected transaction.\nDo you want to try to find appropriate addresses in your address book?"), m_mainWindow};
540
+
// if (qdlg.exec() != QDialog::Accepted)
541
+
// return;
542
+
// for (auto i = addressBookManager_->getAddressCount() - 1; i >= 0; --i)
QuestionDialog qdlg{tr("Question"), tr("Cannot find history for the selected transaction.\nDo you want to try to find appropriate addresses in your address book?"), m_mainWindow};
540
-
if (qdlg.exec() != QDialog::Accepted)
541
-
return;
542
-
for (auto i = addressBookManager_->getAddressCount() - 1; i >= 0; --i)
0 commit comments