| 5455 | } |
| 5456 | |
| 5457 | void Document::walletDataForFile(const QString &fileName, QString *walletName, QString *walletFolder, QString *walletKey) const |
| 5458 | { |
| 5459 | if (d->m_generator) { |
| 5460 | d->m_generator->walletDataForFile(fileName, walletName, walletFolder, walletKey); |
| 5461 | } else if (d->m_walletGenerator) { |
| 5462 | d->m_walletGenerator->walletDataForFile(fileName, walletName, walletFolder, walletKey); |
| 5463 | } |
| 5464 | } |
| 5465 | |
| 5466 | bool Document::isDocdataMigrationNeeded() const |
| 5467 | { |