This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
2.1.5
Bug fixes
- Use
QPointer
instead of raw pointers in bothFramelessWidgetsHelper
andFramelessQuickHelper
to avoid possible null pointer accesses. Currently no bug reports of this kind of crashes are received, but it makes the library more robust than before.