diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-10 19:07:42 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-10 10:06:15 +0100 |
| commit | 3b064297512692ecb96975c5a068ec87d653e7e0 (patch) | |
| tree | f8239a97d57f0d48ff9c6ee6d3a6f694b3980e8c /src/renderers/textstyleinstance.hpp | |
| parent | b1e25a64dee20f7eb5b7fc15414fb69a7b0ace1d (diff) | |
| download | kristall-3b064297512692ecb96975c5a068ec87d653e7e0.tar.gz | |
Add preferences for new gemini formatting options
Diffstat (limited to 'src/renderers/textstyleinstance.hpp')
| -rw-r--r-- | src/renderers/textstyleinstance.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); }; |
