diff options
Diffstat (limited to 'src/renderers/textstyleinstance.hpp')
| -rw-r--r-- | src/renderers/textstyleinstance.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/renderers/textstyleinstance.hpp b/src/renderers/textstyleinstance.hpp index 9a1b4bb..eb8b513 100644 --- a/src/renderers/textstyleinstance.hpp +++ b/src/renderers/textstyleinstance.hpp @@ -2,6 +2,7 @@ #define TEXTSTYLEINSTANCE_HPP #include <QTextCharFormat> +#include <QTextBlockFormat> #include "documentstyle.hpp" @@ -16,6 +17,10 @@ struct TextStyleInstance QTextCharFormat standard_h2; QTextCharFormat standard_h3; + QTextBlockFormat standard_format; + QTextBlockFormat preformatted_format; + QTextBlockFormat block_quote_format; + explicit TextStyleInstance(DocumentStyle const & style); }; |
