Closed poboiko closed 4 years ago
Add unittest based on KDE Bug 332200.
Without this patch, the nesting level can only increase, making the following lists impossible:
1. Elem1 * SubElem1 2. Elem2 * SubElem2
Instead this patch suggest to determine the level of nestidness based on QTextBlockFormat::indent().
Merged, thanks!
Add unittest based on KDE Bug 332200.
Without this patch, the nesting level can only increase, making the following lists impossible:
Instead this patch suggest to determine the level of nestidness based on QTextBlockFormat::indent().