aboutsummaryrefslogtreecommitdiff
path: root/src/renderers/textstyleinstance.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderers/textstyleinstance.hpp')
-rw-r--r--src/renderers/textstyleinstance.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/renderers/textstyleinstance.hpp b/src/renderers/textstyleinstance.hpp
index eb8b513..043ddcb 100644
--- a/src/renderers/textstyleinstance.hpp
+++ b/src/renderers/textstyleinstance.hpp
@@ -20,6 +20,9 @@ struct TextStyleInstance
QTextBlockFormat standard_format;
QTextBlockFormat preformatted_format;
QTextBlockFormat block_quote_format;
+ QTextBlockFormat heading_format;
+ QTextBlockFormat link_format;
+ QTextBlockFormat list_format;
explicit TextStyleInstance(DocumentStyle const & style);
};