MCPcopy Create free account
hub / github.com/KDE/okular / walletDataForFile

Method walletDataForFile

core/document.cpp:5457–5464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5455}
5456
5457void 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
5466bool Document::isDocdataMigrationNeeded() const
5467{

Callers 1

doOpenFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected