diff options
author | saturneric <[email protected]> | 2024-12-01 22:51:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-01 22:51:06 +0000 |
commit | 2b07460aa7ae736362248c04ed7ddfd3f74ff869 (patch) | |
tree | fa360678527c3fef6ef7093b757ebdc4aceee15e /src/core/function/GlobalSettingStation.h | |
parent | feat: improve ui of about dialog (diff) | |
download | GpgFrontend-2b07460aa7ae736362248c04ed7ddfd3f74ff869.tar.gz GpgFrontend-2b07460aa7ae736362248c04ed7ddfd3f74ff869.zip |
translation: update ts files
Diffstat (limited to 'src/core/function/GlobalSettingStation.h')
-rw-r--r-- | src/core/function/GlobalSettingStation.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/core/function/GlobalSettingStation.h b/src/core/function/GlobalSettingStation.h index 7234ea2d..e7da0308 100644 --- a/src/core/function/GlobalSettingStation.h +++ b/src/core/function/GlobalSettingStation.h @@ -82,7 +82,14 @@ class GPGFRONTEND_CORE_EXPORT GlobalSettingStation * * @return QString */ - [[nodiscard]] auto GetLogDir() const -> QString; + [[nodiscard]] auto GetAppLogPath() const -> QString; + + /** + * @brief Get the Log Dir object + * + * @return QString + */ + [[nodiscard]] auto GetConfigPath() const -> QString; /** * @brief Get the Modules Dir object |