| 975 | } |
| 976 | |
| 977 | void ShowModalDialogAsynchronously(QDialog* dialog) |
| 978 | { |
| 979 | dialog->setAttribute(Qt::WA_DeleteOnClose); |
| 980 | dialog->setWindowModality(Qt::ApplicationModal); |
| 981 | dialog->show(); |
| 982 | } |
| 983 | |
| 984 | QString WalletDisplayName(const QString& name) |
| 985 | { |
no outgoing calls
no test coverage detected