GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontendUI.h
1 
29 #pragma once
30 
34 #include <QtWidgets>
35 
36 // Core
37 #include "GpgFrontend.h"
38 #include "core/GpgFrontendCore.h"
39 #include "core/utils/LogUtils.h"
40 
41 // UI
42 #include "ui/GpgFrontendUIExport.h"
43 
44 #define GF_UI_LOG_TRACE(...) GF_LOG_TRACE("ui", __VA_ARGS__)
45 #define GF_UI_LOG_DEBUG(...) GF_LOG_DEBUG("ui", __VA_ARGS__)
46 #define GF_UI_LOG_INFO(...) GF_LOG_INFO("ui", __VA_ARGS__)
47 #define GF_UI_LOG_WARN(...) GF_LOG_WARN("ui", __VA_ARGS__)
48 #define GF_UI_LOG_ERROR(...) GF_LOG_ERROR("ui", __VA_ARGS__)