diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-16 09:56:14 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-16 00:19:29 +0100 |
| commit | 4135e0d368a8181b7422338559bdcd3b214443c4 (patch) | |
| tree | 7447e944f42d00f6196c08d9def78f8fadd6c22e /src/renderers/textstyleinstance.hpp | |
| parent | 5acffd9b549c89670a7af69d613266b8d8120ecd (diff) | |
| download | kristall-4135e0d368a8181b7422338559bdcd3b214443c4.tar.gz | |
Improved blockquotes
Diffstat (limited to 'src/renderers/textstyleinstance.hpp')
| -rw-r--r-- | src/renderers/textstyleinstance.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/renderers/textstyleinstance.hpp b/src/renderers/textstyleinstance.hpp index cab2d25..f1d34bc 100644 --- a/src/renderers/textstyleinstance.hpp +++ b/src/renderers/textstyleinstance.hpp @@ -16,13 +16,15 @@ struct TextStyleInstance QTextCharFormat standard_h1; QTextCharFormat standard_h2; QTextCharFormat standard_h3; + QTextCharFormat blockquote; QTextBlockFormat standard_format; QTextBlockFormat preformatted_format; - QTextBlockFormat block_quote_format; + QTextBlockFormat blockquote_format; QTextBlockFormat heading_format; QTextBlockFormat link_format; QTextListFormat list_format; + QTextTableFormat blockquote_tableformat; explicit TextStyleInstance(DocumentStyle const & style); }; |
