From 3b064297512692ecb96975c5a068ec87d653e7e0 Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Wed, 10 Feb 2021 19:07:42 +1100 Subject: Add preferences for new gemini formatting options --- src/renderers/textstyleinstance.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/renderers/textstyleinstance.hpp') diff --git a/src/renderers/textstyleinstance.hpp b/src/renderers/textstyleinstance.hpp index 043ddcb..cab2d25 100644 --- a/src/renderers/textstyleinstance.hpp +++ b/src/renderers/textstyleinstance.hpp @@ -22,7 +22,7 @@ struct TextStyleInstance QTextBlockFormat block_quote_format; QTextBlockFormat heading_format; QTextBlockFormat link_format; - QTextBlockFormat list_format; + QTextListFormat list_format; explicit TextStyleInstance(DocumentStyle const & style); }; -- cgit v1.2.3