diff options
Diffstat (limited to 'src/core/GpgCoreInit.h')
-rw-r--r-- | src/core/GpgCoreInit.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/GpgCoreInit.h b/src/core/GpgCoreInit.h index 888ca1a3..b23f5a9a 100644 --- a/src/core/GpgCoreInit.h +++ b/src/core/GpgCoreInit.h @@ -29,6 +29,7 @@ #pragma once #include "core/GpgFrontendCoreExport.h" +#include "core/model/KeyDatabaseInfo.h" namespace GpgFrontend { @@ -71,4 +72,12 @@ auto GPGFRONTEND_CORE_EXPORT InitGpgME() -> bool; */ auto GPGFRONTEND_CORE_EXPORT InitBasicPath() -> bool; +/** + * @brief Get the Key Databases By Settings object + * + * @return auto + */ +auto GPGFRONTEND_CORE_EXPORT GetKeyDatabaseInfoBySettings( + QString& default_home_path) -> QList<KeyDatabaseInfo>; + } // namespace GpgFrontend |