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
Definition: GpgFrontendApplication.h:35
~GpgFrontendApplication() override=default
Destroy the GpgFrontend Application object.
Definition: FileReadTask.cpp:31