diff --git a/src/public/asyncrenderloop.h b/src/public/asyncrenderloop.h index a947bd8..1c3c939 100644 --- a/src/public/asyncrenderloop.h +++ b/src/public/asyncrenderloop.h @@ -16,7 +16,7 @@ namespace QH { * @brief The AsyncRenderLoop is a class for asynchronous rendering. * This class is used to create a render loop that is executed in a separate thread. * To use this class, you must inherit from it and implement the renderIteration method. - * @example : + * **example:** : * @code{cpp} * class MyRenderLoop: public AsyncRenderLoop * { diff --git a/submodules/QuasarAppLib b/submodules/QuasarAppLib index ebdd860..9c6c6d2 160000 --- a/submodules/QuasarAppLib +++ b/submodules/QuasarAppLib @@ -1 +1 @@ -Subproject commit ebdd8605313200c48d74cfba6592ed543135a663 +Subproject commit 9c6c6d257c24f27c281886e2a61d9a83391c2eb3