diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/GpgFrontendUI.cpp (renamed from src/module/sdk/GFSDKUI.h) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/module/sdk/GFSDKUI.h b/src/ui/GpgFrontendUI.cpp index 0702632a..359eb6d2 100644 --- a/src/module/sdk/GFSDKUI.h +++ b/src/ui/GpgFrontendUI.cpp @@ -26,4 +26,6 @@ * */ -#pragma once
\ No newline at end of file +#include "GpgFrontendUI.h" + +Q_LOGGING_CATEGORY(ui, "ui")
\ No newline at end of file |