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
Definition: GpgKey.h:40
Definition: GenerateRevokeCertification.h:36
Definition: FileReadTask.cpp:31