aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.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/ui/GpgFrontendUIInit.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/ui/GpgFrontendUIInit.h')
-rw-r--r--src/ui/GpgFrontendUIInit.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h
index 5e44c5bf..afdbc2ab 100644
--- a/src/ui/GpgFrontendUIInit.h
+++ b/src/ui/GpgFrontendUIInit.h
@@ -45,6 +45,12 @@ void GPGFRONTEND_UI_EXPORT PreInitGpgFrontendUI();
void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *);
/**
+ * @brief
+ *
+ */
+void GPGFRONTEND_UI_EXPORT WaitingAllInitializationFinished();
+
+/**
* @brief init the UI library
*
*/
@@ -59,7 +65,6 @@ auto GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *) -> int;
* @brief
*
*/
-auto GPGFRONTEND_UI_EXPORT InstallTranslatorFromQMData(const QByteArray &data)
- -> bool;
+void GPGFRONTEND_UI_EXPORT InitModulesTranslations();
}; // namespace GpgFrontend::UI