aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgUIDOperator.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-16 22:38:40 +0000
committersaturneric <[email protected]>2025-04-16 22:38:40 +0000
commit72d98ff183bcedd05c5a996fccaa0544cb4ac309 (patch)
treeeb7ce626d3bf4243c9efe3f23bba6ec830f59a5b /src/core/function/gpg/GpgUIDOperator.cpp
parentfix: solve CI build dependencies (diff)
downloadGpgFrontend-72d98ff183bcedd05c5a996fccaa0544cb4ac309.tar.gz
GpgFrontend-72d98ff183bcedd05c5a996fccaa0544cb4ac309.zip
feat: switch text-based model to workspace-based model
Diffstat (limited to 'src/core/function/gpg/GpgUIDOperator.cpp')
-rw-r--r--src/core/function/gpg/GpgUIDOperator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/function/gpg/GpgUIDOperator.cpp b/src/core/function/gpg/GpgUIDOperator.cpp
index a951fa6f..e34d224a 100644
--- a/src/core/function/gpg/GpgUIDOperator.cpp
+++ b/src/core/function/gpg/GpgUIDOperator.cpp
@@ -28,8 +28,8 @@
#include "GpgUIDOperator.h"
-#include "core/GpgModel.h"
#include "core/function/gpg/GpgAutomatonHandler.h"
+#include "core/model/GpgData.h"
#include "core/utils/GpgUtils.h"
namespace GpgFrontend {