GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GenerateRevokeCertification.h
1
29
#pragma once
30
31
#include "core/GpgModel.h"
32
#include "ui/GpgFrontendUI.h"
33
34
namespace
GpgFrontend::UI
{
35
36
class
GenerateRevokeCertification
:
public
QWidget {
37
Q_OBJECT
38
public
:
39
explicit
GenerateRevokeCertification
(QWidget* parent);
40
41
auto
Exec(
const
GpgKey
& key,
const
QString& output_path) -> int;
42
};
43
44
}
// namespace GpgFrontend::UI
GpgFrontend::GpgKey
Definition:
GpgKey.h:40
GpgFrontend::UI::GenerateRevokeCertification
Definition:
GenerateRevokeCertification.h:36
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
src
ui
function
GenerateRevokeCertification.h
Generated by
1.9.1