diff options
author | Saturn&Eric <[email protected]> | 2022-05-10 04:08:24 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-10 04:08:24 +0000 |
commit | 3a401ef4fe53377003db2ea81e332262edd43615 (patch) | |
tree | 46a0235ea8bc33794d248e1916060321fb2c3750 /src/ui/GpgFrontendUIInit.h | |
parent | Merge pull request #57 from saturneric/develop-2.0.7 (diff) | |
parent | feat: improve UI library's encapsulation (diff) | |
download | GpgFrontend-3a401ef4fe53377003db2ea81e332262edd43615.tar.gz GpgFrontend-3a401ef4fe53377003db2ea81e332262edd43615.zip |
Merge pull request #58 from saturneric/develop-2.0.7
Diffstat (limited to 'src/ui/GpgFrontendUIInit.h')
-rw-r--r-- | src/ui/GpgFrontendUIInit.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h index 6518256b..d7b6390d 100644 --- a/src/ui/GpgFrontendUIInit.h +++ b/src/ui/GpgFrontendUIInit.h @@ -37,7 +37,12 @@ namespace GpgFrontend::UI { * @brief init the UI library * */ -void InitGpgFrontendUI(); +void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(); + +/** + * @brief run main window + */ +int GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(); }; // namespace GpgFrontend::UI |