From 72d98ff183bcedd05c5a996fccaa0544cb4ac309 Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 17 Apr 2025 00:38:40 +0200 Subject: feat: switch text-based model to workspace-based model --- src/core/function/gpg/GpgKeyImportExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/function/gpg/GpgKeyImportExporter.cpp') diff --git a/src/core/function/gpg/GpgKeyImportExporter.cpp b/src/core/function/gpg/GpgKeyImportExporter.cpp index 08e67748..f42c84ce 100644 --- a/src/core/function/gpg/GpgKeyImportExporter.cpp +++ b/src/core/function/gpg/GpgKeyImportExporter.cpp @@ -28,7 +28,7 @@ #include "GpgKeyImportExporter.h" -#include "core/GpgModel.h" +#include "core/model/GpgData.h" #include "core/model/GpgImportInformation.h" #include "core/utils/AsyncUtils.h" #include "core/utils/GpgUtils.h" -- cgit v1.2.3