E.g. https://github.com/qTox/qTox/blob/master/src/misc/flowlayout.cpp
## Dynamic casts / RTTI
qTox is compiled without support for RTTI, as such PRs making use of
@ -324,7 +347,7 @@ behaves very much like C++'s `dynamic_cast()` but without the RTTI overhead.
@@ -324,7 +347,7 @@ behaves very much like C++'s `dynamic_cast()` but without the RTTI overhead.
Enforced with `-fno-rtti`.
## Documentaion
## Documentation
If you added a new function, also add a doxygen comment before the
implementation. If you changed an old function, make sure the doxygen comment