diff options
author | saturneric <[email protected]> | 2024-07-29 19:29:56 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 19:29:56 +0000 |
commit | fa90ec4b5315b9e70a44a9625c143ce253f0e885 (patch) | |
tree | 8ffa82e33522de03974d6d0289aa831b4fd6ebdf /src/ui/GpgFrontendUI.cpp | |
parent | fix: correct urls at appdata.xml (diff) | |
parent | Merge branch 'develop' of github.com:saturneric/GpgFrontend into develop (diff) | |
download | GpgFrontend-fa90ec4b5315b9e70a44a9625c143ce253f0e885.tar.gz GpgFrontend-fa90ec4b5315b9e70a44a9625c143ce253f0e885.zip |
Merge branch 'develop'
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 |