diff options
author | saturneric <[email protected]> | 2024-11-25 22:42:25 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-25 22:42:25 +0000 |
commit | 296de126739a0b0a1556f9f34533255c05634651 (patch) | |
tree | 8dd47144081f47d9e57eca3aa8b3da5278310827 /src/ui/GpgFrontendUIInit.cpp | |
parent | fix: handling of split CRLF sequences during text insertion (diff) | |
download | GpgFrontend-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.cpp | 2 |
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*/) { |