aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-25 22:42:25 +0000
committersaturneric <[email protected]>2024-11-25 22:42:25 +0000
commit296de126739a0b0a1556f9f34533255c05634651 (patch)
tree8dd47144081f47d9e57eca3aa8b3da5278310827 /src/ui/GpgFrontendUIInit.cpp
parentfix: handling of split CRLF sequences during text insertion (diff)
downloadGpgFrontend-296de126739a0b0a1556f9f34533255c05634651.tar.gz
GpgFrontend-296de126739a0b0a1556f9f34533255c05634651.zip
feat: support verifying email through eml data
Diffstat (limited to 'src/ui/GpgFrontendUIInit.cpp')
-rw-r--r--src/ui/GpgFrontendUIInit.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/GpgFrontendUIInit.cpp b/src/ui/GpgFrontendUIInit.cpp
index e93a8e3c..0baa1fbb 100644
--- a/src/ui/GpgFrontendUIInit.cpp
+++ b/src/ui/GpgFrontendUIInit.cpp
@@ -119,6 +119,8 @@ void PreInitGpgFrontendUI() {
// declare module ui entry mount points
UIModuleManager::GetInstance().DeclareMountPoint("AboutDialogTabs", "QWidget",
{});
+ UIModuleManager::GetInstance().DeclareMountPoint("GnuPGControllerDialogTabs",
+ "QWidget", {});
}
void InitGpgFrontendUI(QApplication* /*app*/) {