diff options
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*/) { |