mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 19:44:32 +00:00
update
svn path=/trunk/kdesupport/qca/; revision=441466
This commit is contained in:
parent
62e055bee9
commit
52b65a93b0
@ -409,7 +409,7 @@ public:
|
||||
return out;
|
||||
}
|
||||
|
||||
virtual void submitPassphrase(int, const QSecureArray &a)
|
||||
virtual void submitPassphrase(int, int, const QSecureArray &a)
|
||||
{
|
||||
global_gpg->submitPassphrase(a.toByteArray());
|
||||
}
|
||||
@ -517,7 +517,7 @@ public:
|
||||
if(e.type == GpgOp::Event::NeedPassphrase)
|
||||
{
|
||||
// TODO
|
||||
emit keyStoreList->storeNeedPassphrase(keyStoreList, 0);
|
||||
emit keyStoreList->storeNeedPassphrase(0, 0, e.keyId);
|
||||
}
|
||||
else if(e.type == GpgOp::Event::Finished)
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user