Api update
Comparer les modifications
+ 10
− 2
@@ -57,8 +57,8 @@ VivyApplication::exec() noexcept
@@ -83,3 +83,11 @@ VivyApplication::getApplicationFont(Font id) const noexcept
Small API update + get the main window as a raw pointer like the main document and the main document view. May throw a logic_error if no main window is present, i.e. the application is not in its main loop, you should not catch it and let Vivy crash...