GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontendApplication.h
1
29
#include "ui/GpgFrontendUI.h"
30
31
#pragma once
32
33
namespace
GpgFrontend::UI
{
34
35
class
GPGFRONTEND_UI_EXPORT
GpgFrontendApplication
:
public
QApplication {
36
Q_OBJECT
37
public
:
44
explicit
GpgFrontendApplication
(
int
&argc,
char
*argv[]);
45
50
~GpgFrontendApplication
()
override
=
default
;
51
52
protected
:
59
bool
notify(QObject *receiver, QEvent *event)
override
;
60
};
61
62
}
// namespace GpgFrontend::UI
GpgFrontend::UI::GpgFrontendApplication
Definition:
GpgFrontendApplication.h:35
GpgFrontend::UI::GpgFrontendApplication::~GpgFrontendApplication
~GpgFrontendApplication() override=default
Destroy the GpgFrontend Application object.
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
src
ui
GpgFrontendApplication.h
Generated by
1.9.1