diff options
author | saturneric <[email protected]> | 2024-07-12 18:38:16 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-12 18:38:16 +0000 |
commit | d1d6859e2a50a78f57388ebf0a06f0636d4d0910 (patch) | |
tree | 5ac6a57abc73902aba8979ed9b67816b1e85fb9a /src/core/module/Module.cpp | |
parent | feat: adjust modules loading path (diff) | |
download | GpgFrontend-d1d6859e2a50a78f57388ebf0a06f0636d4d0910.tar.gz GpgFrontend-d1d6859e2a50a78f57388ebf0a06f0636d4d0910.zip |
feat: add some ui apis to sdk
Diffstat (limited to 'src/core/module/Module.cpp')
-rw-r--r-- | src/core/module/Module.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/module/Module.cpp b/src/core/module/Module.cpp index 202f9d81..8faae4e0 100644 --- a/src/core/module/Module.cpp +++ b/src/core/module/Module.cpp @@ -34,6 +34,8 @@ #include "sdk/GFSDKModule.h" #include "utils/BuildInfoUtils.h" + + namespace GpgFrontend::Module { class Module::Impl { |