diff options
Diffstat (limited to 'src/ui/GpgFrontendUIInit.h')
-rw-r--r-- | src/ui/GpgFrontendUIInit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h index d7b6390d..9b490c0f 100644 --- a/src/ui/GpgFrontendUIInit.h +++ b/src/ui/GpgFrontendUIInit.h @@ -37,12 +37,12 @@ namespace GpgFrontend::UI { * @brief init the UI library * */ -void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(); +void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *); /** * @brief run main window */ -int GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(); +int GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *); }; // namespace GpgFrontend::UI |