diff options
Diffstat (limited to 'src/ui/GpgFrontendUIInit.h')
-rw-r--r-- | src/ui/GpgFrontendUIInit.h | 9 |
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 |