mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-11 03:46:58 +00:00
Fix build rnp for arm64
This commit is contained in:
@@ -70,7 +70,7 @@ void TestsUtils::copyFolder(QUrl sourceFolderUrl, QUrl destFolderUrl)
|
||||
|
||||
QObject *TestsUtils::getTestPassphraseProvider()
|
||||
{
|
||||
return this->m_passphrase_povider.get();
|
||||
return &TesTPassphraseProvider::instance();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user