aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/CommonUtils.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-31 06:13:26 +0000
committersaturneric <[email protected]>2024-07-31 06:13:26 +0000
commit081147d65fcb0a20818bbfb43f6ec4f5ddf59581 (patch)
treef6ec05666acb98da46b4cb0dfc0871225f4ad388 /src/core/utils/CommonUtils.h
parentfix: dealing with unknown compiler (diff)
downloadGpgFrontend-081147d65fcb0a20818bbfb43f6ec4f5ddf59581.tar.gz
GpgFrontend-081147d65fcb0a20818bbfb43f6ec4f5ddf59581.zip
fix: addressing some of the significant deficiencies identified
Diffstat (limited to 'src/core/utils/CommonUtils.h')
-rw-r--r--src/core/utils/CommonUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/utils/CommonUtils.h b/src/core/utils/CommonUtils.h
index c2f4157a..83490cc4 100644
--- a/src/core/utils/CommonUtils.h
+++ b/src/core/utils/CommonUtils.h
@@ -56,13 +56,13 @@ auto GPGFRONTEND_CORE_EXPORT GFCompareSoftwareVersion(const QString &a,
*
* @return char*
*/
-auto GFStrDup(const QString &) -> char *;
+auto GPGFRONTEND_CORE_EXPORT GFStrDup(const QString &) -> char *;
/**
* @brief
*
* @return QString
*/
-auto GFUnStrDup(const char *) -> QString;
+auto GPGFRONTEND_CORE_EXPORT GFUnStrDup(const char *) -> QString;
} // namespace GpgFrontend \ No newline at end of file