diff options
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); }; |
