mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-10 19:36:57 +00:00
Rewrite import key with rnp
This commit is contained in:
14
plugins/Pass/jobs/decryptjob.cpp
Normal file
14
plugins/Pass/jobs/decryptjob.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "decryptjob.h"
|
||||
|
||||
DecryptJob::DecryptJob(QString path, QString keyfile):
|
||||
m_path(path)
|
||||
{
|
||||
this->setObjectName("DecryptJob");
|
||||
}
|
||||
|
||||
|
||||
void DecryptJob::run()
|
||||
{
|
||||
rnp_input_from_path(&keyfile, "secring.pgp"));
|
||||
qFatal("To be implemented !")
|
||||
}
|
||||
Reference in New Issue
Block a user