aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.h
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2022-05-10 04:08:24 +0000
committerGitHub <[email protected]>2022-05-10 04:08:24 +0000
commit3a401ef4fe53377003db2ea81e332262edd43615 (patch)
tree46a0235ea8bc33794d248e1916060321fb2c3750 /src/ui/GpgFrontendUIInit.h
parentMerge pull request #57 from saturneric/develop-2.0.7 (diff)
parentfeat: improve UI library's encapsulation (diff)
downloadGpgFrontend-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.h7
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