GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontendUIInit.h
1
29#ifndef GPGFRONTEND_GPGFRONTENDUIINIT_H
30#define GPGFRONTEND_GPGFRONTENDUIINIT_H
31
32#include "GpgFrontendUI.h"
33
34namespace GpgFrontend::UI {
35
39void init_logging();
40
41}; // namespace GpgFrontend::UI
42
43#endif // GPGFRONTEND_GPGFRONTENDUIINIT_H
Definition: VerifyDetailsDialog.cpp:33
void init_logging()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:43