From 995ff2c30ac9e062c698844ddfa7fc06a941197e Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Fri, 19 Feb 2021 21:08:00 +1100 Subject: List item symbol prefernece --- src/documentstyle.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/documentstyle.hpp') diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp index c3ac368..1204595 100644 --- a/src/documentstyle.hpp +++ b/src/documentstyle.hpp @@ -5,6 +5,7 @@ #include #include #include +#include struct DocumentStyle { @@ -61,6 +62,7 @@ struct DocumentStyle double line_height_p; double line_height_h; int indent_bq, indent_p, indent_h, indent_l; + QTextListFormat::Style list_symbol; bool save(QSettings & settings) const; bool load(QSettings & settings); -- cgit v1.2.3