aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-03 20:25:21 +0000
committersaturneric <[email protected]>2023-12-03 20:25:21 +0000
commit054e6e28cca2517dda2319ef683314b3318c39a6 (patch)
treeae9ff4a9fe280f3640ca249bad45ab250cfd1610 /src/ui/GpgFrontendUIInit.h
parentfix: slove issues in key/subkey generation (diff)
downloadGpgFrontend-054e6e28cca2517dda2319ef683314b3318c39a6.tar.gz
GpgFrontend-054e6e28cca2517dda2319ef683314b3318c39a6.zip
feat: standarized and speed up app env loading process
Diffstat (limited to '')
-rw-r--r--src/ui/GpgFrontendUIInit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h
index b14b43b9..0ed630bb 100644
--- a/src/ui/GpgFrontendUIInit.h
+++ b/src/ui/GpgFrontendUIInit.h
@@ -45,6 +45,12 @@ void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *);
void GPGFRONTEND_UI_EXPORT InitUILoggingSystem(spdlog::level::level_enum level);
/**
+ * @brief init the UI library
+ *
+ */
+void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI();
+
+/**
* @brief
*
*/