diff options
Diffstat (limited to 'src/core/utils/CommonUtils.h')
-rw-r--r-- | src/core/utils/CommonUtils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/utils/CommonUtils.h b/src/core/utils/CommonUtils.h index 83490cc4..de77114f 100644 --- a/src/core/utils/CommonUtils.h +++ b/src/core/utils/CommonUtils.h @@ -65,4 +65,12 @@ auto GPGFRONTEND_CORE_EXPORT GFStrDup(const QString &) -> char *; */ auto GPGFRONTEND_CORE_EXPORT GFUnStrDup(const char *) -> QString; +/** + * @brief + * + * @return true + * @return false + */ +auto GPGFRONTEND_CORE_EXPORT IsFlatpakENV() -> bool; + } // namespace GpgFrontend
\ No newline at end of file |