diff options
Diffstat (limited to 'src/core/GpgFrontendCore.h')
-rw-r--r-- | src/core/GpgFrontendCore.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/GpgFrontendCore.h b/src/core/GpgFrontendCore.h index f07824cf..0310804c 100644 --- a/src/core/GpgFrontendCore.h +++ b/src/core/GpgFrontendCore.h @@ -30,3 +30,11 @@ // Qt #include <QtCore> + +// declare area of core +#ifdef GF_CORE + +// declare logging category +Q_DECLARE_LOGGING_CATEGORY(core) + +#endif
\ No newline at end of file |