diff options
author | saturneric <[email protected]> | 2024-04-28 17:02:17 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-04-28 17:02:17 +0000 |
commit | 2af2fff270c32837f8cce133268d96fa285a7b3e (patch) | |
tree | fbd43d12645fc2497841933a9b126d3abe86d742 /src/core/function/GlobalSettingStation.h | |
parent | Merge branch 'dev/2.1.2/main' into develop (diff) | |
download | GpgFrontend-2af2fff270c32837f8cce133268d96fa285a7b3e.tar.gz GpgFrontend-2af2fff270c32837f8cce133268d96fa285a7b3e.zip |
feat: load both integrated and external modules
Diffstat (limited to 'src/core/function/GlobalSettingStation.h')
-rw-r--r-- | src/core/function/GlobalSettingStation.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/function/GlobalSettingStation.h b/src/core/function/GlobalSettingStation.h index 85ac57b4..c907bdb5 100644 --- a/src/core/function/GlobalSettingStation.h +++ b/src/core/function/GlobalSettingStation.h @@ -83,6 +83,13 @@ class GPGFRONTEND_CORE_EXPORT GlobalSettingStation [[nodiscard]] auto GetLogDir() const -> QString; /** + * @brief Get the Modules Dir object + * + * @return QString + */ + [[nodiscard]] auto GetModulesDir() const -> QString; + + /** * @brief Get the Log Files Size object * * @return QString |